From 5fb2266f2dc755202b89358e240edca65b8361bd Mon Sep 17 00:00:00 2001 From: florian7843 Date: Wed, 12 May 2021 21:38:20 +0200 Subject: [PATCH] Fixed typo, where "note" was written as "not" --- src/main/java/org/asamk/signal/commands/SendCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/asamk/signal/commands/SendCommand.java b/src/main/java/org/asamk/signal/commands/SendCommand.java index 71de1130..3c4ccb77 100644 --- a/src/main/java/org/asamk/signal/commands/SendCommand.java +++ b/src/main/java/org/asamk/signal/commands/SendCommand.java @@ -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) {