]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/SendCommand.java
Fixed typo, where "note" was written as "not" (#619)
[signal-cli] / src / main / java / org / asamk / signal / commands / SendCommand.java
index 71de11308c307da938c7850990f6f3b6a14ad8fd..3c4ccb77fe6994367a9c5ca7b251894f7759b9c4 100644 (file)
@@ -58,7 +58,7 @@ public class SendCommand implements DbusCommand {
         }
         if (!noRecipients && isNoteToSelf) {
             throw new UserErrorException(
-                    "You cannot specify recipients by phone number and not to self at the same time");
+                    "You cannot specify recipients by phone number and note to self at the same time");
         }
 
         if (isEndSession) {