From ea230b6325ee482c95bd79bfedce1ac35ab98d73 Mon Sep 17 00:00:00 2001 From: "glen.beasley%sun.com" Date: Mon, 21 Apr 2008 15:32:28 +0000 Subject: [PATCH] 428491 identity changed to identify request by serge gautherie r=wan-teh git-svn-id: svn://10.0.0.236/trunk@250555 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/jss/org/mozilla/jss/util/java_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/jss/org/mozilla/jss/util/java_ids.h b/mozilla/security/jss/org/mozilla/jss/util/java_ids.h index d39e1cb8b6e..86e65014383 100644 --- a/mozilla/security/jss/org/mozilla/jss/util/java_ids.h +++ b/mozilla/security/jss/org/mozilla/jss/util/java_ids.h @@ -39,7 +39,7 @@ PR_BEGIN_EXTERN_C /* -** JNI uses strings to identity Java classes, fields, and methods. Rather +** JNI uses strings to identify Java classes, fields, and methods. Rather ** than put lots of string constants in our JNI code, we define them once ** here. This has two benefits: it reduces the probability of typos ** (we only have to type the names once), and it allows us to more