Skip to content

Commit

Permalink
Fix spelling errors found by lintian
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Feb 23, 2020
1 parent 40d14f4 commit 843f45b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ it does not have the same footprint and overhead.
Supported features:

* SNMP version 1 and 2c
* Community string authentication when using 2c or explicitely configured
* Community string authentication when using 2c or explicitly configured
* Read-only access (writing is not supported)
* Includes basic system info like CPU load, memory, disk and network interfaces
* Does not need a configuration file, but one is supported
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Description: Small SNMP daemon
Supported features:
.
* SNMP version 1 and 2c
* Community string authentication when using 2c or explicitely configured
* Community string authentication when using 2c or explicitly configured
* Read-only access (writing is not supported)
* Basic system info like CPU load, memory, disk and network interfaces
* Does not need a configuration file, but one is supported
Expand Down
4 changes: 2 additions & 2 deletions mini-snmpd.8
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Use IPv6
Require client authentication, thus SNMP version 2c, default is off.
.It Fl c, Fl -community Ar STR
SNMP version 2c authentication, or community, string, default is
"public". Remeber to also enable
"public". Remember to also enable
.Fl -auth
to activate authentication.
.It Fl C, Fl -contact Ar NAME
Expand Down Expand Up @@ -94,7 +94,7 @@ Use syslog for logging, even if running in the foreground.
.It Fl t, Fl -timeout Ar SEC
Timeout for updating the MIB variables, default is 1 second.
.It Fl u, -drop-privs Ar USER
Drop priviliges after opening sockets to
Drop privileges after opening sockets to
.Ar USER ,
default: no.
.It Fl v, Fl -version
Expand Down
2 changes: 1 addition & 1 deletion mini-snmpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int usage(int rc)
" -P, --tcp-port PORT TCP port to bind to, default: 161\n"
" -s, --syslog Use syslog for logging, even if running in the foreground\n"
" -t, --timeout SEC Timeout for MIB updates, default: 1 second\n"
" -u, --drop-privs USER Drop priviliges after opening sockets to USER, default: no\n"
" -u, --drop-privs USER Drop privileges after opening sockets to USER, default: no\n"
" -v, --version Show program version and exit\n"
" -V, --vendor OID System vendor, default: none\n"
"\n", g_prognm
Expand Down

0 comments on commit 843f45b

Please sign in to comment.