aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.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 /parser.cpp
parenta9313fc0c31884f07ae4d3e7d24dc03557ba2e13 (diff)
Remove string_buffer_t (!)
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.cpp b/parser.cpp
index 80feaf36..ac01b371 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -715,7 +715,7 @@ void parser_t::destroy()
}
/**
- Print error message to string_buffer_t if an error has occured while parsing
+ Print error message to string if an error has occured while parsing
\param target the buffer to write to
\param prefix: The string token to prefix the ech line with. Usually the name of the command trying to parse something.