From: Michael Vetter Date: Mon, 4 May 2015 19:10:41 +0000 (+0200) Subject: zshrc: Correct comment sentences X-Git-Tag: v0.12.0~9 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=2b66bf6bf6bab6f118ef3e9117dfe1fce792a084 zshrc: Correct comment sentences --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index bf6a902..8cfb1cb 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3165,12 +3165,12 @@ if (( $#grep_options > 0 )); then fi # Translate DE<=>EN -# 'translate' looks up fot a word in a file with language-to-language +# 'translate' looks up a word in a file with language-to-language # translations (field separator should be " : "). A typical wordlist looks -# like at follows: -# | english-word : german-transmission +# like the following: +# | english-word : german-translation # It's also only possible to translate english to german but not reciprocal. -# Use the following oneliner to turn back the sort order: +# Use the following oneliner to reverse the sort order: # $ awk -F ':' '{ print $2" : "$1" "$3 }' \ # /usr/local/lib/words/en-de.ISO-8859-1.vok > ~/.translate/de-en.ISO-8859-1.vok #f5# Translates a word