aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
commit8a46931e3426b724f8502cb77f4a6787e5294c40 (patch)
treec0bad1176e0b45f7a3b86ad26d85c7cd121069ff /fish_pager.cpp
parenta9313fc0c31884f07ae4d3e7d24dc03557ba2e13 (diff)
Remove string_buffer_t (!)
Diffstat (limited to 'fish_pager.cpp')
-rw-r--r--fish_pager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_pager.cpp b/fish_pager.cpp
index a5f22b96..dbfc62f0 100644
--- a/fish_pager.cpp
+++ b/fish_pager.cpp
@@ -156,7 +156,7 @@ static const wchar_t *hightlight_var[] =
;
/**
- This string_buffer_t contains the text that should be sent back to the calling program
+ This string contains the text that should be sent back to the calling program
*/
static wcstring out_buff;
/**