diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-08 11:03:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-08 11:03:50 +0200 |
commit | da9d6f1d17e5286e5184bcd531bf96437715ccc0 (patch) | |
tree | 38603a07d6e21897e36a6bea9a317ea6fe749499 /debian/patches/0115-typo.patch | |
parent | 0b3d64bac46bb7b8bcbf8677bbe96bc1f00ba038 (diff) | |
parent | d585f58231c5adb9249a4c70b9918eac4483908e (diff) |
Merge branch 'release/debian/1.8.18-9'debian/1.8.18-9
Diffstat (limited to 'debian/patches/0115-typo.patch')
-rw-r--r-- | debian/patches/0115-typo.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/0115-typo.patch b/debian/patches/0115-typo.patch index e2ee54b..e8f762c 100644 --- a/debian/patches/0115-typo.patch +++ b/debian/patches/0115-typo.patch @@ -1,5 +1,6 @@ Description: source typos Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Forwarded: not-needed Last-Update: 2017-08-13 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ @@ -148,3 +149,16 @@ Index: trunk/lib/ipmi_lanp.c " <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" +Index: trunk/lib/ipmi_mc.c +=================================================================== +--- trunk.orig/lib/ipmi_mc.c ++++ trunk/lib/ipmi_mc.c +@@ -583,7 +583,7 @@ static int ipmi_mc_get_selftest(struct i + printf(" -> SEL device not accessible\n"); + } + if (sft_res->test & IPM_SELFTEST_SDR_ERROR) { +- printf(" -> SDR repository not accesible\n"); ++ printf(" -> SDR repository not accessible\n"); + } + if (sft_res->test & IPM_SELFTEST_FRU_ERROR) { + printf("FRU device not accessible\n"); |