Package: libsmbios
Version: 2.0.3.dfsg-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch

Hi,

Attached is a small patch from Brian Murray to fix a small spelling
error. Please consider applying it.

Thanks,

James
=== modified file 'debian/patches/00list'
--- debian/patches/00list       2010-02-18 21:37:23 +0000
+++ debian/patches/00list       2010-03-12 00:59:51 +0000
@@ -1,2 +1,3 @@
 gcc44.dpatch
 amlcmessages.dpatch
+fix-typo.dpatch

=== added file 'debian/patches/fix-typo.dpatch'
--- debian/patches/fix-typo.dpatch      1970-01-01 00:00:00 +0000
+++ debian/patches/fix-typo.dpatch      2010-03-12 01:04:39 +0000
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+#
+# Description: Fix spelling error in smbios-token-ctl
+# Origin: other, http://launchpadlibrarian.net/24985783/wierd-typo.patch
+# Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libsmbios/+bug/357212
+# Forwarded: no
+# Author: Brian Murray <br...@ubuntu.com>
+# Reviewed-by: James Westby <james.wes...@ubuntu.com>
+# Last-Update: 2010-03-11
+
+...@dpatch@
+
+=== modified file 'src/bin/smbios-token-ctl'
+--- libsmbios.old/src/bin/smbios-token-ctl     2008-11-21 12:38:50 +0000
++++ libsmbios/src/bin/smbios-token-ctl 2010-03-12 00:56:11 +0000
+@@ -175,7 +175,7 @@
+ def tokenInfo(tokenObj, action):
+     exit_code=1
+ 
+-    type = _("<wierd unknown type>")
++    type = _("<weird unknown type>")
+     value = _("<unknown value>")
+     if tokenObj.isBool():
+         if action == "is-bool": exit_code = 0
+

Reply via email to