]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.h
Correct comment
[lyx.git] / src / support / unicode.h
index 6559cf60b60e0c569943d8e5b4ad99cf64f345a8..74c37bdf4a9528d2d0e71d95293c43047a1f0df4 100644 (file)
@@ -41,7 +41,7 @@ namespace lyx {
  * per thread for each in/out encoding pair. This can e.g. be achieved by
  * using helpers for thread-local storage such as QThreadStorage or
  * boost::thread_specific_ptr. A single static instance protected by a mutex
- * would work as well, and might be preferrable for exotic encoding pairs.
+ * would work as well, and might be preferable for exotic encoding pairs.
  * Creating local IconvProcessor instances should be avoided because of the
  * overhead in iconv_open().
  */