aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 09:01:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 09:01:39 +0000
commit0cf3893a84098f7bdabe7458ba2bd75f210d5687 (patch)
tree650897374c0093c9a38ed0a0d7280895e11f4b0a /libsylph/procmsg.c
parentf822d0949ad8dcddee6b9061f24ed5ee1484f6b8 (diff)
fixed a typo.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@683 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.c')
-rw-r--r--libsylph/procmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/procmsg.c b/libsylph/procmsg.c
index 0837d44b..6c5f59fd 100644
--- a/libsylph/procmsg.c
+++ b/libsylph/procmsg.c
@@ -1229,7 +1229,7 @@ void procmsg_print_message(MsgInfo *msginfo, const gchar *cmdline)
fclose(tmpfp);
#ifdef G_OS_WIN32
- if (canonicaize_file_replace(prtmp) < 0) {
+ if (canonicalize_file_replace(prtmp) < 0) {
g_free(prtmp);
return;
}