]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/VimCoder.java
fix typos
[chaz/vimcoder] / src / com / dogcows / VimCoder.java
index 04300fc4a4e857327610655ea34ef005e80ec710..b77b38bf40b4c1e2d2f7f8708c1315b712bf4408 100644 (file)
@@ -27,12 +27,7 @@ public class VimCoder
        /**
         * The name and version of this plugin.
         */
-       public final static String version = "VimCoder 0.3.4";
-
-       /**
-        * The website of the plugin project.
-        */
-       public final static String website = "http://github.com/chazmcgarvey/vimcoder";
+       public final static String version = "VimCoder 0.3.6";
 
 
        /**
@@ -248,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.022959 seconds and 4 git commands to generate.