summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 20:39:25 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 22:19:26 +0200
commit650a836d00360ffd0b0c5a97bbaf9fe5513bbf32 (patch)
tree30048bda6fb27e7f51efa72eb33414b24edfc807 /onlineupdate
parent3782a36382af0609aed73caa8334b6f1c55dc93c (diff)
Fix typos
Change-Id: Iea3bd498b1c8934f37085bdf6df71b073e4a871c Reviewed-on: https://gerrit.libreoffice.org/76203 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/src/mar_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/libmar/src/mar_read.c b/onlineupdate/source/libmar/src/mar_read.c
index 2815d12e7ccb..2a6238ca23fc 100644
--- a/onlineupdate/source/libmar/src/mar_read.c
+++ b/onlineupdate/source/libmar/src/mar_read.c
@@ -269,7 +269,7 @@ int get_mar_file_info_fp(FILE *fp,
/* Skip to the first index entry past the index size field
We do it in 2 calls because offsetToIndex + sizeof(uint32_t)
- could oerflow in theory. */
+ could overflow in theory. */
if (fseek(fp, offsetToIndex, SEEK_SET)) {
return -1;
}