From: Svjatoslav Agejenko Date: Mon, 20 May 2013 09:50:24 +0000 (+0300) Subject: fixed typo X-Git-Tag: meviz-1.0~83 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=meviz.git;a=commitdiff_plain;h=d00818c445751ea60eb8ee30787708dcea46671a fixed typo --- diff --git a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java index 6cb3c7f..05251ee 100755 --- a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java +++ b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java @@ -60,7 +60,7 @@ public class Main implements Module { @Override public String getDescription() { - return "Remove byte order mark (bom) from UTF text files of they are present."; + return "Remove byte order mark (bom) from UTF text files if they are present."; } @Override