sync with 0.6.6hiro3-0.6.6hiro9
[claws.git] / src / template.c
index eafe2cb06c8803796740b14700b707ebe606ebd4..2e1d7735f4772ff6cd86903db61270c8c37ae5ee 100644 (file)
@@ -164,7 +164,7 @@ void template_write_config(GSList *tmpl_list)
 
        if (!is_dir_exist(path)) {
                if (is_file_exist(path)) {
-                       g_warning(_("file %s allready exists\n"), path);
+                       g_warning(_("file %s already exists\n"), path);
                        return;
                }
                if (mkdir(path, S_IRWXU) < 0) {