]> git.lyx.org Git - features.git/commitdiff
Typo
authorKornel Benko <kornel@lyx.org>
Mon, 10 Mar 2014 12:39:31 +0000 (13:39 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 10 Mar 2014 12:39:31 +0000 (13:39 +0100)
development/autotests/useSystemFonts.pl

index 75d37e1a40238202e55a3a6645a60230247cda36..9a7d7292acc1e79a428fe9a0c31207ea033fb195 100644 (file)
@@ -67,7 +67,7 @@ my ($source, $dest, $format, $fontT, $rest) = @ARGV;
 diestack("Too many arguments") if (defined($rest));
 diestack("Sourcefilename not defined") if (! defined($source));
 diestack("Destfilename not defined") if (! defined($dest));
-diestack("FoNamunrmat (e.g. pdf4) not defined") if (! defined($format));
+diestack("Format (e.g. pdf4) not defined") if (! defined($format));
 diestack("Font type (e.g. texF) not defined") if (! defined($fontT));
 
 $source = File::Spec->rel2abs($source);