From 2b66bf6bf6bab6f118ef3e9117dfe1fce792a084 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 4 May 2015 21:10:41 +0200 Subject: [PATCH] zshrc: Correct comment sentences --- etc/zsh/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.1.4