summaryrefslogtreecommitdiffstats
path: root/src/tss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tss.c')
-rw-r--r--src/tss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tss.c b/src/tss.c
index e990a6b..fecfd0f 100644
--- a/src/tss.c
+++ b/src/tss.c
@@ -1432,7 +1432,7 @@ plist_t tss_request_send(plist_t tss_request, const char* server_url_string) {
response = malloc(sizeof(tss_response));
if (response == NULL) {
- fprintf(stderr, "Unable to allocate sufficent memory\n");
+ fprintf(stderr, "Unable to allocate sufficient memory\n");
return NULL;
}