commit 18d13bfdb72d05b321f1f71b94f999dc94d6e419
parent f6243b3e06114d3184ba61d36aa237cbfc40527a
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 18 Feb 2025 16:04:03 -0800
fix another typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/interceptors/command/command.go b/pkg/web/handlers/interceptors/command/command.go
@@ -128,7 +128,7 @@ func (c *Command) zeroProcMsgRoomToUser(rawMsg, roomKey string, roomID database.
c.zeroRawMsg(toUser, rawMsg, procMsg)
}
-// ZeroMsg have the "zero usser" send an unprocessed private message to the authUser
+// ZeroMsg have the "zero user" send an unprocessed private message to the authUser
func (c *Command) ZeroMsg(msg string) {
c.zeroRawMsg(c.AuthUser, msg, msg)
}