From 7bf82aacc8a07e59f808c1f819cc72654419293a Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 24 Jun 2002 02:29:57 +0000 Subject: [PATCH] SF # 572928 One word change for lib/libgettext.tex Fix typo. --- Doc/lib/libgettext.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index aaacd80551f6..263c83e777a2 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -426,7 +426,7 @@ lang3.install() \subsubsection{Deferred translations} -In most coding situations, strings are translated were they are coded. +In most coding situations, strings are translated where they are coded. Occasionally however, you need to mark strings for translation, but defer actual translation until later. A classic example is: -- 2.47.3