summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-03 17:54:45 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-08-03 17:57:58 +0900
commit69df701742a9c3946e2031488c377c18a5ec4de0 (patch)
treea9bc9872b96f8691a38ceeeca4b68c8ce42bae84 /include/rtl
parentf5deb463492d5e61e573ba9d533df97c555280d7 (diff)
Fix a copy-paste error
Change-Id: Ifabb905819e32cf4db603f3f7bb18e6cc8fdfdcf
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/ustring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h
index 2a8cd933e3e0..01bcd0e8202a 100644
--- a/include/rtl/ustring.h
+++ b/include/rtl/ustring.h
@@ -1716,7 +1716,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAllAsciiL(
@param to pointer to the replacing substring; must not be null and must
point to memory of at least \p toLength ASCII bytes
- @param fromLength the length of the \p to substring; must be non-negative
+ @param toLength the length of the \p to substring; must be non-negative
@since LibreOffice 5.1
*/