Corrected description of the scrollback command

This commit is contained in:
Madhur Garg 2019-06-06 03:40:04 +05:30
parent 6db84c6dc6
commit 0d2e2b084b

View file

@ -497,7 +497,7 @@ class ChatTab(Tab):
'sb',
self.command_sb,
usage="<sb>",
shortdesc='Scrollback to the given line number, meassage, or clear the buffer.')
shortdesc='Scrollback to the given line number, message, or clear the buffer.')
self.register_command(
'xhtml',
self.command_xhtml,