From 223d557551ec9391f743d27866414c03584e2480 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Tue, 17 Jun 2003 16:30:35 +0000 Subject: [PATCH] Fixing typo in comment. git-svn-id: svn://10.0.0.236/trunk@143798 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/public/nsAString.h | 2 +- mozilla/xpcom/string/public/nsAString.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/string/public/nsAString.h b/mozilla/string/public/nsAString.h index a755d21fd87..36ef165f0fe 100644 --- a/mozilla/string/public/nsAString.h +++ b/mozilla/string/public/nsAString.h @@ -201,7 +201,7 @@ class NS_COM nsAString * 1) to |Cut| a suffix of the string; * 2) to prepare to |Append| or move characters around. * - * External callers are not allowed to use |SetLength| is this + * External callers are not allowed to use |SetLength| in this * latter capacity, and should prefer |Truncate| for the former. * In other words, |SetLength| is deprecated for all use outside * of the string library and the internal use may at some point diff --git a/mozilla/xpcom/string/public/nsAString.h b/mozilla/xpcom/string/public/nsAString.h index a755d21fd87..36ef165f0fe 100644 --- a/mozilla/xpcom/string/public/nsAString.h +++ b/mozilla/xpcom/string/public/nsAString.h @@ -201,7 +201,7 @@ class NS_COM nsAString * 1) to |Cut| a suffix of the string; * 2) to prepare to |Append| or move characters around. * - * External callers are not allowed to use |SetLength| is this + * External callers are not allowed to use |SetLength| in this * latter capacity, and should prefer |Truncate| for the former. * In other words, |SetLength| is deprecated for all use outside * of the string library and the internal use may at some point