From ecbff7d7bd16dce2819dd4a9a9ee6287c7a9118c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 9 Apr 2002 14:38:44 +0000 Subject: [PATCH] Fix typo: coverted --> converted. Reported by Francois Pinard. --- Doc/ref/ref5.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index fb8e3ddb9a3c..d75f600279fa 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -829,7 +829,7 @@ obsolescent. The operators \code{<}, \code{>}, \code{==}, \code{>=}, \code{<=}, and \code{!=} compare the values of two objects. The objects need not have the same type. -If both are numbers, they are coverted to a common type. Otherwise, +If both are numbers, they are converted to a common type. Otherwise, objects of different types \emph{always} compare unequal, and are ordered consistently but arbitrarily. -- 2.47.3