From: Georg Baum Date: Sat, 7 Jun 2014 19:22:26 +0000 (+0200) Subject: Fix typo X-Git-Tag: 2.2.0alpha1~1846 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=47721216f0d0959e4337e399fdccd50f9eba8243;p=features.git Fix typo --- diff --git a/src/support/TempFile.h b/src/support/TempFile.h index 2adbb9f8de..c9342f91f2 100644 --- a/src/support/TempFile.h +++ b/src/support/TempFile.h @@ -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).