diff options
| author | Kohei Yoshida <kyoshida@novell.com> | 2010-04-15 20:09:41 -0400 |
|---|---|---|
| committer | Kohei Yoshida <kyoshida@novell.com> | 2010-04-15 20:09:41 -0400 |
| commit | 813c28b1a9af6a65e59496e5f3c06bbc4901b104 (patch) | |
| tree | 7ebcd5c3e5c476a02a7db1f3af8e6b24ed0244e0 /source | |
| parent | 316da3a4d6f0faa3d893157ac6bfffa13f2256d3 (diff) | |
Fixed a typo "inport" -> "import".
Diffstat (limited to 'source')
| -rw-r--r-- | source/main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cxx b/source/main.cxx index 86142e3..73ced16 100644 --- a/source/main.cxx +++ b/source/main.cxx @@ -145,7 +145,7 @@ int main() if (!getImportDocuments(aParam.maInPath, aParam.maInFiles)) return EXIT_FAILURE; - cout << "control xls inport directory: " + cout << "control xls import directory: " << rtl::OUStringToOString(aParam.maInPath, RTL_TEXTENCODING_UTF8).getStr() << endl; |
