X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2FUtil.java;fp=src%2Fcom%2Fdogcows%2FUtil.java;h=51dd3f50261880c4ca536493361a1efccc7d798c;hp=eda8fff35167cc8cbc2d2de5ef2687ed108997dc;hb=1a39937d5e2c04f3fa8166c65289afae165b3ea6;hpb=c76b63d1b374ea6774d648c0a50021357fdd9b80 diff --git a/src/com/dogcows/Util.java b/src/com/dogcows/Util.java index eda8fff..51dd3f5 100644 --- a/src/com/dogcows/Util.java +++ b/src/com/dogcows/Util.java @@ -104,7 +104,7 @@ public abstract class Util /** * Read a resource file into a string object. * The resources should be placed in the directory `resources' - * underneath the parent directory of this class. Reading resources + * underneath the parent directory of this class. Reading resources * packaged in a jar is allowable. * @param path Relative path to the resource. * @return The contents of the resource.