]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/VimCoder.java
fix typos
[chaz/vimcoder] / src / com / dogcows / VimCoder.java
index d094394f2a0dbe41cdb9bc3f220319df38397de8..b77b38bf40b4c1e2d2f7f8708c1315b712bf4408 100644 (file)
@@ -27,7 +27,7 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String version = "VimCoder 0.3.5";
+       public final static String version = "VimCoder 0.3.6";
 
 
        /**
@@ -243,7 +243,7 @@ public class VimCoder
                }
                catch (Exception exception)
                {
-                       logError("An error occured while loading the problem: " +
+                       logError("An error occurred while loading the problem: " +
                                 exception.getLocalizedMessage());
                }
        }
This page took 0.021218 seconds and 4 git commands to generate.