diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:22:42 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:22:42 +0100 |
commit | 6f0e7c36e436c66ed267ea446b7d640033bc3742 (patch) | |
tree | 88006cc5def5e5dfefe7c005438173fddfa0f8d9 /fpicker | |
parent | 668fefcea085f39a6fa610b93a712c5e250ccf1a (diff) |
Typo: seam(s) -> seem(s)
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 94b0281faa0d..ca405760d002 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -113,7 +113,7 @@ typedef _LPOPENFILENAMEA _LPOPENFILENAME; #define _OPENFILENAME_SIZE_VERSION_400 _OPENFILENAME_SIZE_VERSION_400A #endif // !UNICODE #else - #error _WIN32_WINNT seams not to be valid. + #error _WIN32_WINNT seems not to be valid. #endif // (_WIN32_WINNT >= 0x0500) |