fuder.eth před 1 rokem
rodič
revize
7b80b9626c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      editor/js/libs/jsonlint.js

+ 1 - 1
editor/js/libs/jsonlint.js

@@ -122,7 +122,7 @@ parse: function parse(input) {
 
     var symbol, preErrorSymbol, state, action, r, yyval={},p,len,newState, expected;
     while (true) {
-        // retreive state number from top of stack
+        // retrieve state number from top of stack
         state = stack[stack.length-1];
 
         // use default actions if available

粤ICP备19079148号