summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index e85e20b..d702217 100644
--- a/src/format.c
+++ b/src/format.c
@@ -533,7 +533,7 @@ static void reverse(register char *buf) {
* When a number is formatted as engineering and is outside of the range,
* the format reverts to scientific.
*
- * To preserve compatability with old spreadsheet files, the third value
+ * To preserve compatibility with old spreadsheet files, the third value
* may be missing, and the default will be fixed point (format 0).
*
* When an old style sheet is saved, the third value will be stored.