From 0e3abade24c8257b3ebcd71c6406aef0d7258eb8 Mon Sep 17 00:00:00 2001 From: "dsites@google.com" Date: Wed, 29 Jan 2014 23:55:06 +0000 Subject: [PATCH] Fix comments git-svn-id: https://cld2.googlecode.com/svn/trunk@91 b252ecd4-b096-bf77-eb8e-91563289f87e --- internal/lang_script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lang_script.h b/internal/lang_script.h index ab69d2c..9311707 100644 --- a/internal/lang_script.h +++ b/internal/lang_script.h @@ -169,7 +169,7 @@ Language FromPerScriptNumber(ULScript ulscript, uint8 perscript_number); // there is a need for low-performance dealing with original language numbers // and unknown scripts, mostly for processing language hints. // These routines let one derive a script class from a bare language. -// For languages written in multiple scripts, both of tehse can return true. +// For languages written in multiple scripts, both of these can return true. bool IsLatnLanguage(Language lang); bool IsOthrLanguage(Language lang);