]> nmode's Git Repositories - signal-cli/commitdiff
Fix typo
authorAsamK <asamk@gmx.de>
Fri, 7 Oct 2022 18:05:58 +0000 (20:05 +0200)
committerAsamK <asamk@gmx.de>
Fri, 7 Oct 2022 19:17:45 +0000 (21:17 +0200)
lib/src/main/java/org/asamk/signal/manager/ManagerImpl.java

index 6dc7b9a67af501d74c786bb3c28d262a47206a77..afc290b73a345e214f5a318c2d47f20231b076ad 100644 (file)
@@ -546,7 +546,7 @@ class ManagerImpl implements Manager {
         final var selfProfile = context.getProfileHelper().getSelfProfile();
         if (selfProfile == null || selfProfile.getDisplayName().isEmpty()) {
             logger.warn(
-                    "No profile name set. When sending a message it's recommended to set a profile name wit the updateProfile command. This may become mandatory in the future.");
+                    "No profile name set. When sending a message it's recommended to set a profile name with the updateProfile command. This may become mandatory in the future.");
         }
         final var messageBuilder = SignalServiceDataMessage.newBuilder();
         applyMessage(messageBuilder, message);