]> git.lyx.org Git - features.git/commitdiff
Fix typo
authorGeorg Baum <baum@lyx.org>
Sat, 7 Jun 2014 19:22:26 +0000 (21:22 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 9 Jun 2014 08:26:39 +0000 (10:26 +0200)
src/support/TempFile.h

index 2adbb9f8de64b3f1656c1e69801a2db10fba68d0..c9342f91f2a6bfe38e4bd661f6087dce92827047 100644 (file)
@@ -33,7 +33,7 @@ public:
         * relative path, the template file will be created in the global
         * temporary directory as given by 'package().temp_dir()'.
         * If the mask contains "XXXXXX" this portion will be replaced by
-        * a uniquely generetd string. If it does not contain this portion,
+        * a uniquely generated string. If it does not contain this portion,
         * it will be automatically appended using a dot. Therefore, please
         * specify the "XXXXXX" portion if the extension of the generated
         * name is important (e.g. for the converter machinery).