diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2011-03-07 15:14:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:42 +0800 |
commit | 3b641d44e6059ac462c23124638c1bc21c9f5b80 (patch) | |
tree | 37d5264bef3e8b4774acd817aeaf504e0136b83d /shell | |
parent | 5e13ec62ef6203da50f454217e8a4cf50c425980 (diff) | |
download | gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar.gz gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar.bz2 gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar.lz gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar.xz gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.tar.zst gsoc2013-evolution-3b641d44e6059ac462c23124638c1bc21c9f5b80.zip |
Typo in comment: s/datefime-formats/datetime-formats/
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c index fbcd701bea..dbed197dce 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -481,7 +481,7 @@ shell_xdg_migrate_config_dir (EShell *shell, old_config_dir = old_base_dir; new_config_dir = e_get_user_config_dir (); - /* Subtle name change: datetime-formats --> datefime-formats.ini */ + /* Subtle name change: datetime-formats --> datetime-formats.ini */ old_filename = g_build_filename (old_config_dir, "datetime-formats", NULL); new_filename = g_build_filename (new_config_dir, "datetime-formats.ini", NULL); shell_xdg_migrate_rename (old_filename, new_filename); |