aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-list-buffers.c')
-rw-r--r--cmd-list-buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-buffers.c b/cmd-list-buffers.c
index ab08928e..30235295 100644
--- a/cmd-list-buffers.c
+++ b/cmd-list-buffers.c
@@ -64,7 +64,7 @@ cmd_list_buffers_exec(struct cmd *self, struct cmd_ctx *ctx)
strvisx(tmp, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL);
/*
- * If the first 50 characterswere encoded as a longer string,
+ * If the first 50 characters were encoded as a longer string,
* or there is definitely more data, add "...".
*/
if (size > 50 || strlen(tmp) > 50) {