aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-03-07 15:14:00 +0800
committerMilan Crha <mcrha@redhat.com>2011-03-07 15:14:00 +0800
commit40da2dc117f398fd1140f804e9501fe975b8c184 (patch)
treeba9835e1270ef9f9aebd478aa6b97166ef835b0f /shell
parent2f92d9aea39b38cc441d4e9fdd918fccae77eb5a (diff)
downloadgsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar
gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.gz
gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.bz2
gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.lz
gsoc2013-evolution-40da2dc117f398fd1140f804e9501fe975b8c184.tar.xz
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.c2
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);