src/share/classes/com/sun/jndi/toolkit/ctx/ComponentContext.java

Print this page
rev 10430 : imported patch typos

@@ -135,11 +135,11 @@
     /**
       * Resolves the nns for 'name' when the named context is acting
       * as an intermediate context.
       *
       * For a system that supports only junctions, this would be
-      * equilvalent to
+      * equivalent to
       *         c_lookup(name, cont);
       * because for junctions, an intermediate slash simply signifies
       * a syntactic separator.
       *
       * For a system that supports only implicit nns, this would be