summaryrefslogtreecommitdiff
path: root/poezio/tabs
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-06-06 03:40:04 +0530
committerMadhur Garg <madhurgarg96@gmail.com>2019-06-20 03:09:30 +0530
commit0d2e2b084b5df92cdeef75349fd1a6ea1a2223f0 (patch)
tree80e6af59ad7f57bc8cf622ea452d27da35005ee0 /poezio/tabs
parent6db84c6dc6206fa25ed9865f0a9b9ad1a4128f20 (diff)
downloadpoezio-0d2e2b084b5df92cdeef75349fd1a6ea1a2223f0.tar.gz
poezio-0d2e2b084b5df92cdeef75349fd1a6ea1a2223f0.tar.bz2
poezio-0d2e2b084b5df92cdeef75349fd1a6ea1a2223f0.tar.xz
poezio-0d2e2b084b5df92cdeef75349fd1a6ea1a2223f0.zip
Corrected description of the scrollback command
Diffstat (limited to 'poezio/tabs')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index ef2e44a9..a5e4bf4a 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -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,