]> nmode's Git Repositories - signal-cli/commitdiff
Minor spelling/grammar fix
authorTai Groot <tai@taigrr.com>
Fri, 14 Dec 2018 05:50:26 +0000 (21:50 -0800)
committerAsamK <asamk@gmx.de>
Fri, 14 Dec 2018 07:46:40 +0000 (08:46 +0100)
src/main/java/org/asamk/signal/Main.java

index e598d8e5c2cf143b2bd314b9ba3917d6cdd762c9..2d15c096084376eb0d72b06b3867071ec80298a2 100644 (file)
@@ -216,7 +216,7 @@ public class Main {
             }
         }
         if (ns.getList("recipient") != null && !ns.getList("recipient").isEmpty() && ns.getString("group") != null) {
             }
         }
         if (ns.getList("recipient") != null && !ns.getList("recipient").isEmpty() && ns.getString("group") != null) {
-            System.err.println("You cannot specify recipients by phone number and groups a the same time");
+            System.err.println("You cannot specify recipients by phone number and groups at the same time");
             System.exit(2);
         }
         return ns;
             System.exit(2);
         }
         return ns;