[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.10-4-g66cba08



The following commit has been merged in the master branch:
commit d7046247c0a20adf3812564a4ca0d9c39ebd918e
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri May 1 13:30:57 2009 -0500

    Document that words are lowercased in spelling checks and how to reproduce
    
    Mention how to find the original word in the binary and the original word
    in the source tree.  Thanks to Paul Gevers for the suggestion.

diff --git a/checks/binaries.desc b/checks/binaries.desc
index dda8633..eafce44 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -223,13 +223,22 @@ Certainty: wild-guess
 Experimental: yes
 Info: Lintian found a spelling error in the given binary.  Lintian has a
  list of common misspellings that it looks for.  It does not have a
- dictionary like a spelling checker does.
+ dictionary like a spelling checker does.  For lintian's convenience all
+ words are normalised to lower case.
  .
  If the string containing the spelling error is translated with the help
  of gettext or a similar tool, please fix the error in the translations as
  well as the English text to avoid making the translations fuzzy.  With
  gettext, for example, this means you should also fix the spelling mistake
  in the corresponding msgids in the *.po files.
+ .
+ To find the original word you can run:
+ .
+ <tt>strings &lt;binary&gt; | grep -i &lt;word&gt;</tt>
+ .
+ You can often find the word in the source code by running:
+ .
+ <tt>grep -r '\b&lt;original-word&gt;\b' &lt;source-tree&gt;</tt>
 
 Tag: embedded-zlib
 Severity: important

-- 
Debian package checker


Reply to: