diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-04 20:06:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-07 07:30:46 +0200 |
commit | 0e2c1ab9b7c987686037c6b90bb268a99f797c7f (patch) | |
tree | f80756ded9ab4ea05c2846ce3f6554ca01532d04 | |
parent | 8e9630935c6aced97758eab72322620e863ee70a (diff) |
Fix typo
Change-Id: I5c364f44ca86f536b490313f0cce88c6823d0abd
Reviewed-on: https://gerrit.libreoffice.org/56965
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 45c19e72b9c0..9a00abdb812f 100644 --- a/configure.ac +++ b/configure.ac @@ -11467,7 +11467,7 @@ test_font_map() AC_MSG_RESULT([ok]) else AC_MSG_RESULT([unknown map '$FONTFILE']) - add_warning "unkonwn map '$FONTFILE' for '$FONT'" + add_warning "unknown map '$FONTFILE' for '$FONT'" TEST_FONTS_MISSING=1 fi } |