summaryrefslogtreecommitdiffstats
path: root/tags/s/spelling-error-in-binary.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/spelling-error-in-binary.tag')
-rw-r--r--tags/s/spelling-error-in-binary.tag19
1 files changed, 19 insertions, 0 deletions
diff --git a/tags/s/spelling-error-in-binary.tag b/tags/s/spelling-error-in-binary.tag
new file mode 100644
index 0000000..f44b2f9
--- /dev/null
+++ b/tags/s/spelling-error-in-binary.tag
@@ -0,0 +1,19 @@
+Tag: spelling-error-in-binary
+Severity: info
+Check: binaries/spelling
+Explanation: 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.
+ .
+ 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.
+ .
+ You can often find the word in the source code by running:
+ .
+ grep -rw <word> <source-tree>
+ .
+ This tag may produce false positives for words that contain non-ASCII
+ characters due to limitations in <code>strings</code>.