From c2bab35c2f4c936c1a3b1f760ea861d95896669f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 27 Nov 2018 09:28:31 +0200 Subject: Fix typo in the manpage. --- doc/gdbm.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gdbm.3') diff --git a/doc/gdbm.3 b/doc/gdbm.3 index d803748..d36a852 100644 --- a/doc/gdbm.3 +++ b/doc/gdbm.3 @@ -310,7 +310,7 @@ physically written to the disk file. .BI "int gdbm_sync (GDBM_FILE " dbf ");" -It will not return until the disk file state is syncronized with the +It will not return until the disk file state is synchronized with the in-memory state of the database. To convert a \fBgdbm\fR error code into English text, use this routine: -- cgit v1.2.1