summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:34:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:39:47 +0200
commit46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (patch)
tree818bf461adbc7878ded586a29c4e9417e6193c50 /onlineupdate
parentb9b8ca7739828c26ec421b486a3018b8382a4caf (diff)
Fix typos
Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e Reviewed-on: https://gerrit.libreoffice.org/77681 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/src/mar_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/libmar/src/mar_create.c b/onlineupdate/source/libmar/src/mar_create.c
index 660c82511354..599e0a2a7b2a 100644
--- a/onlineupdate/source/libmar/src/mar_create.c
+++ b/onlineupdate/source/libmar/src/mar_create.c
@@ -365,7 +365,7 @@ int mar_create(const char *dest, int
if (fwrite(stack.head, stack.size_used, 1, fp) != 1)
goto failure;
- /* 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 (ftell(fp) > MAX_SIZE_OF_MAR_FILE) {
goto failure;