From 981242248006552b2ca4bb20469291f2f66e6ce0 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Fri, 16 Oct 2020 16:16:27 +0200 Subject: fix two English typos --- src/tss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tss.c') 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; } -- cgit v1.1-32-gdbae