summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 21:39:25 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 21:47:10 -0500
commit1b9aaba0bfe8bc0872e7ea9f9aef5961e4b52f7c (patch)
tree2e7b14f6b4fad11df7b640826ca9da1301a56a1f /include/rtl
parent5ef856e975d7c0396984d588a43fd1a7c7085c55 (diff)
typo: boostrap -> bootstrap.
Change-Id: I73eb3b253d43618cbe8e743e3ac5687be2ea3e4d
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/bootstrap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index a4e109f9fc43..5a6e00dbd6e3 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -160,13 +160,14 @@ typedef void * rtlBootstrapHandle;
Opens a bootstrap argument container.
@param pIniName [in] The name of the ini-file to use, if <code>NULL</code> defaults
to the excutables name
- @return Handle for a boostrap argument container
+ @return Handle for a bootstrap argument
+ container
*/
SAL_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName)
SAL_THROW_EXTERN_C();
/**
- Closes a boostrap agument container.
+ Closes a bootstrap agument container.
@param handle [in] The handle got by <code>rtl_bootstrap_args_open()</code>
*/
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)