diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2011-03-07 15:14:00 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-03-07 15:14:00 +0800 |
commit | 40da2dc117f398fd1140f804e9501fe975b8c184 (patch) | |
tree | ba9835e1270ef9f9aebd478aa6b97166ef835b0f /shell | |
parent | 2f92d9aea39b38cc441d4e9fdd918fccae77eb5a (diff) | |
download | gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.gz gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.zst gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.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); |