jdk/src/macosx/native/sun/awt/AWTView.m
changeset 21278 ef8a3a2a72f2
parent 21268 b3298f607368
child 23010 6dadb192ad81
child 23255 ebd69e3d93c5
--- a/jdk/src/macosx/native/sun/awt/AWTView.m	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/macosx/native/sun/awt/AWTView.m	Tue Oct 29 17:01:06 2013 +0400
@@ -596,7 +596,7 @@
 
 // --- Services menu support for lightweights ---
 
-// finds the focused accessable element, and if it's a text element, obtains the text from it
+// finds the focused accessible element, and if it is a text element, obtains the text from it
 - (NSString *)accessibleSelectedText
 {
     id focused = [self accessibilityFocusedUIElement];
@@ -614,7 +614,7 @@
     return rtfdData;
 }
 
-// finds the focused accessable element, and if it's a text element, sets the text in it
+// finds the focused accessible element, and if it is a text element, sets the text in it
 - (BOOL)replaceAccessibleTextSelection:(NSString *)text
 {
     id focused = [self accessibilityFocusedUIElement];