diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-15 06:56:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-15 06:56:29 +0200 |
commit | a0d16ef955c0d94685b5228c3fbe8b0bbc8825f2 (patch) | |
tree | b24f0a38f0468b9489586c189a1e2cb500499a03 /debian/patches/0115-typo.patch | |
parent | 320f24e58fbe40519cd0965bef347806511f9d6b (diff) | |
parent | a57a26cb93b8e70681c7afcadad5be79907b6d03 (diff) |
Merge branch 'release/1.8.18-4'1.8.18-4
Diffstat (limited to 'debian/patches/0115-typo.patch')
-rw-r--r-- | debian/patches/0115-typo.patch | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/patches/0115-typo.patch b/debian/patches/0115-typo.patch index 1e32199..e2ee54b 100644 --- a/debian/patches/0115-typo.patch +++ b/debian/patches/0115-typo.patch @@ -1,6 +1,6 @@ Description: source typos Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2016-05-15 +Last-Update: 2017-08-13 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/lib/dimm_spd.c @@ -135,3 +135,16 @@ Index: trunk/doc/ipmievd.8 sel Poll SEL for notification of events .TP +Index: trunk/lib/ipmi_lanp.c +=================================================================== +--- trunk.orig/lib/ipmi_lanp.c ++++ trunk/lib/ipmi_lanp.c +@@ -1271,7 +1271,7 @@ print_lan_set_bad_pass_thresh_usage(void + { + lprintf(LOG_NOTICE, + "lan set <chanel> bad_pass_thresh <thresh_num> <1|0> <reset_interval> <lockout_interval>\n" +-" <thresh_num> Bad Pasword Threshold number.\n" ++" <thresh_num> Bad Password Threshold number.\n" + " <1|0> 1 = generate a Session Audit sensor event.\n" + " 0 = do not generate an event.\n" + " <reset_interval> Attempt Count Reset Interval. In tens of seconds.\n" |