jdk/src/share/classes/sun/security/tools/jarsigner/Main.java
changeset 21278 ef8a3a2a72f2
parent 20754 3d7b2fafc34b
child 21642 5efc900f8ecd
--- a/jdk/src/share/classes/sun/security/tools/jarsigner/Main.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/security/tools/jarsigner/Main.java	Tue Oct 29 17:01:06 2013 +0400
@@ -682,7 +682,7 @@
 
                         // The label finally contains 2 parts separated by '|':
                         // The legend displayed before the entry names, and
-                        // the cert info (if -certs specfied).
+                        // the cert info (if -certs specified).
 
                         if (!output.containsKey(label)) {
                             output.put(label, new ArrayList<String>());