From 1acb8ee5140d8a2d474700987435bc0630cb24f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:07:04 +0200 Subject: New maintainer --- debian/patches/097-source_typo.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/patches/097-source_typo.patch (limited to 'debian/patches/097-source_typo.patch') diff --git a/debian/patches/097-source_typo.patch b/debian/patches/097-source_typo.patch new file mode 100644 index 0000000..1323caf --- /dev/null +++ b/debian/patches/097-source_typo.patch @@ -0,0 +1,27 @@ +Description: typo in source +Author: Jörg Frings-Fürst +Forwarded: https://sourceforge.net/p/ipmitool/patches/101/ +Last-Update: 2014-05-19 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/lib/ipmi_fwum.c +=================================================================== +--- trunk.orig/lib/ipmi_fwum.c 2014-03-28 13:36:21.000000000 +0100 ++++ trunk/lib/ipmi_fwum.c 2014-05-19 14:58:48.313044838 +0200 +@@ -892,14 +892,14 @@ + } + if (rc == 0) { + if ((address % 1024) == 0) { +- KfwumShowProgress("Writting Firmware in Flash", ++ KfwumShowProgress("Writing Firmware in Flash", + address, totalSize); + } + sequenceNumber++; + } + } while ((rc == 0) && (address < totalSize)); + if (rc == 0) { +- KfwumShowProgress("Writting Firmware in Flash", ++ KfwumShowProgress("Writing Firmware in Flash", + 100, 100); + } + return rc; -- cgit v1.2.3