Kaydet (Commit) 1b9aaba0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

typo: boostrap -> bootstrap.

Change-Id: I73eb3b253d43618cbe8e743e3ac5687be2ea3e4d
üst 5ef856e9
...@@ -160,13 +160,14 @@ typedef void * rtlBootstrapHandle; ...@@ -160,13 +160,14 @@ typedef void * rtlBootstrapHandle;
Opens a bootstrap argument container. Opens a bootstrap argument container.
@param pIniName [in] The name of the ini-file to use, if <code>NULL</code> defaults @param pIniName [in] The name of the ini-file to use, if <code>NULL</code> defaults
to the excutables name 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_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName)
SAL_THROW_EXTERN_C(); 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> @param handle [in] The handle got by <code>rtl_bootstrap_args_open()</code>
*/ */
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle) SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment