From dd2aada079a2dbde18054ed826d9103ebc80816f Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 8 Jan 2007 00:55:10 +0000 Subject: New function StringWordTruncate fix typo in function name --- tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.cpp') diff --git a/tools.cpp b/tools.cpp index beded35..da83aff 100644 --- a/tools.cpp +++ b/tools.cpp @@ -71,7 +71,7 @@ string StringRepeat(int times, const string& input) return result; } -string StringWordTruncated(const string& input, size_t maxLen, bool& truncated) +string StringWordTruncate(const string& input, size_t maxLen, bool& truncated) { if (input.length() <= maxLen) { -- cgit v1.2.3