summaryrefslogtreecommitdiff
path: root/db/recno/rec_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'db/recno/rec_utils.c')
-rw-r--r--db/recno/rec_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/recno/rec_utils.c b/db/recno/rec_utils.c
index baea3fad50..c4c0380461 100644
--- a/db/recno/rec_utils.c
+++ b/db/recno/rec_utils.c
@@ -90,7 +90,7 @@ dataonly:
return (RET_SUCCESS);
/*
- * We must copy big keys/data to make them contigous. Otherwise,
+ * We must copy big keys/data to make them contiguous. Otherwise,
* leave the page pinned and don't copy unless the user specified
* concurrent access.
*/