Fix typos

This commit is contained in:
AsamK 2016-04-07 22:09:52 +02:00
parent 4af9b5f011
commit c2ae0c17c2

View file

@ -109,7 +109,7 @@ public class Main {
switch (ns.getString("command")) { switch (ns.getString("command")) {
case "register": case "register":
if (dBusConn != null) { if (dBusConn != null) {
System.err.println("register is not yet implementd via dbus"); System.err.println("register is not yet implemented via dbus");
System.exit(1); System.exit(1);
} }
if (!m.userHasKeys()) { if (!m.userHasKeys()) {
@ -124,7 +124,7 @@ public class Main {
break; break;
case "verify": case "verify":
if (dBusConn != null) { if (dBusConn != null) {
System.err.println("verify is not yet implementd via dbus"); System.err.println("verify is not yet implemented via dbus");
System.exit(1); System.exit(1);
} }
if (!m.userHasKeys()) { if (!m.userHasKeys()) {
@ -262,7 +262,7 @@ public class Main {
break; break;
case "quitGroup": case "quitGroup":
if (dBusConn != null) { if (dBusConn != null) {
System.err.println("quitGroup is not yet implementd via dbus"); System.err.println("quitGroup is not yet implemented via dbus");
System.exit(1); System.exit(1);
} }
if (!m.isRegistered()) { if (!m.isRegistered()) {
@ -285,7 +285,7 @@ public class Main {
break; break;
case "updateGroup": case "updateGroup":
if (dBusConn != null) { if (dBusConn != null) {
System.err.println("updateGroup is not yet implementd via dbus"); System.err.println("updateGroup is not yet implemented via dbus");
System.exit(1); System.exit(1);
} }
if (!m.isRegistered()) { if (!m.isRegistered()) {