diff options
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r-- | src/nvim/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c index c4aab18c35..279f84f3d4 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -1558,7 +1558,7 @@ void msg_make(char_u *arg) /// the character/string -- webb /// /// @param from true for LHS of a mapping -/// @param maxlen screen columns, 0 for unlimeted +/// @param maxlen screen columns, 0 for unlimited int msg_outtrans_special(const char_u *strstart, bool from, int maxlen) { if (strstart == NULL) { |