git » nmdb » commit 2bf5811

Fix more typos in nmdb and libnmdb's manpages

author Alberto Bertogli
2009-06-16 16:50:18 UTC
committer Alberto Bertogli
2009-06-16 16:50:18 UTC
parent 7c806d850f0e1e5910f3dd146d1d2a3f3ab5c5a2

Fix more typos in nmdb and libnmdb's manpages

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libnmdb/libnmdb.3 +3 -3
nmdb/nmdb.1 +2 -2

diff --git a/libnmdb/libnmdb.3 b/libnmdb/libnmdb.3
index 226255f..b1d814f 100644
--- a/libnmdb/libnmdb.3
+++ b/libnmdb/libnmdb.3
@@ -1,7 +1,7 @@
 .TH libnmdb 3 "11/Sep/2006"
 .SH NAME
 libnmdb - Library for interacting with a nmdb server
-.SH SYNOPSYS
+.SH SYNOPSIS
 .nf
 .B #include <nmdb.h>
 .sp
@@ -141,8 +141,8 @@ variant is used), or -2 on failure.
 
 .BR nmdb_del ()
 is used to remove a given key (and it's associated value). The normal variant
-returns 1 if it was queued successfuly, or < 0 on failure. The cache and
-synchronous variant return 1 if the key was removed successfuly, 0 if the key
+returns 1 if it was queued successfully, or < 0 on failure. The cache and
+synchronous variant return 1 if the key was removed successfully, 0 if the key
 was not in the database/cache, or < 0 on failure.
 
 .BR nmdb_cas ()
diff --git a/nmdb/nmdb.1 b/nmdb/nmdb.1
index e8ee83f..dffe48e 100644
--- a/nmdb/nmdb.1
+++ b/nmdb/nmdb.1
@@ -1,7 +1,7 @@
 .TH nmdb 1 "11/Sep/2006"
 .SH NAME
 nmdb - A multiprotocol network database manager
-.SH SYNOPSYS
+.SH SYNOPSIS
 nmdb [-d dbpath] [-l lower] [-L upper]
   [-t tcpport] [-T tcpaddr]
   [-u udpport] [-U udpaddr]
@@ -80,7 +80,7 @@ least you have a recent up-to-date database. Be aware that it's not widely
 tested (although it should work fine), and do
 .I not
 start an active and a passive server in the same machine (it misbehaves under
-some circumnstances, and doesn't make much sense anyway).
+some circumstances, and doesn't make much sense anyway).
 .TP
 .B "-h"
 Show a brief help.