From a375b0548428979da950e3da75db6ace0509c643 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:30:29 +0200 Subject: Fix typos Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056 Reviewed-on: https://gerrit.libreoffice.org/77682 Tested-by: Jenkins Reviewed-by: Julien Nabet --- onlineupdate/source/libmar/verify/mar_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onlineupdate') diff --git a/onlineupdate/source/libmar/verify/mar_verify.c b/onlineupdate/source/libmar/verify/mar_verify.c index bfe3b52768d3..9f33f8badd3e 100644 --- a/onlineupdate/source/libmar/verify/mar_verify.c +++ b/onlineupdate/source/libmar/verify/mar_verify.c @@ -209,7 +209,7 @@ mar_extract_and_verify_signatures_fp(FILE *fp, return CryptoX_Error; } - /* To protect against invalid MAR files, we assumes that the MAR file + /* To protect against invalid MAR files, we assume that the MAR file size is less than or equal to MAX_SIZE_OF_MAR_FILE. */ if (fseeko(fp, 0, SEEK_END)) { fprintf(stderr, "ERROR: Could not seek to the end of the MAR file.\n"); -- cgit v1.2.3