From: Florian7843 <31537961+Florian7843@users.noreply.github.com> Date: Wed, 12 May 2021 20:55:31 +0000 (+0200) Subject: Fixed typo, where "note" was written as "not" (#619) X-Git-Tag: v0.8.3~6 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/726103d13888dad94bf8d46683a1c925fd39ab1c?ds=sidebyside Fixed typo, where "note" was written as "not" (#619) --- 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) {