diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-07 15:25:45 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-07 15:25:45 +0200 |
commit | e74fc88740a38ef22030fede0c3ac212e2a8230b (patch) | |
tree | a5386e4f99defb3896793c1652ec0c4265c7107d | |
parent | b5c79c09ed262f0ec479b8d3c1f965076699cdce (diff) |
typo fix + unwanted link fix
Change-Id: I65d1817e5b48f14bb8035b2f2d6daeb75100add4
-rw-r--r-- | include/rtl/bootstrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h index 67fed2d92660..ccfdd0521e20 100644 --- a/include/rtl/bootstrap.h +++ b/include/rtl/bootstrap.h @@ -52,8 +52,8 @@ extern "C" { setting from the environment.<p> 4th level: executable ini-file. Every application looks for an ini-file. - The filename defaults to /absoulte/path/to/executable[rc|.ini] - (without .bin or .exe suffix). The ini-filename can be + The filename defaults to /absolute/path/to/executable[rc|.ini] + without .bin or .exe suffix. The ini-filename can be set by the special command line parameter '-env:INIFILENAME=/absolute/path/to/inifile' at runtime or it may be set at compiletime by an API-call.<p> |