diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 22:40:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 22:40:30 +0100 |
commit | 62969accf9c01b71b738424d4d643db8bfaed182 (patch) | |
tree | aadfcef477e9843c58ebcffbd47d297df0e630e9 /odk | |
parent | 5fc371068c0731a52119493e88e3e79a0f86b31a (diff) |
Typo: tilte->title
Change-Id: I906f8c29129ead3f18af8d3892648fc053113fde
Diffstat (limited to 'odk')
-rw-r--r-- | odk/config/cfgWin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/config/cfgWin.js b/odk/config/cfgWin.js index 9c71c43ea351..2267a0dc3d93 100644 --- a/odk/config/cfgWin.js +++ b/odk/config/cfgWin.js @@ -992,7 +992,7 @@ function writeBatFile(fdir, file) "REM Set environment for C++ compiler tools, if necessary.\n" + "if defined OO_SDK_CPP_HOME call \"%OO_SDK_CPP_HOME%\\VCVARS32.bat\"\n" + "\n" + - "REM Set tilte to identify the prepared shell.\n" + + "REM Set title to identify the prepared shell.\n" + "title Shell prepared for SDK\n" + "\nREM Prepare shell with all necessary environment variables.\n" + "echo.\n" + |