diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-25 07:46:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-25 07:46:35 +0800 |
commit | f4bdc23dbc5b1dc87398267098bfc0d3d70b036c (patch) | |
tree | c474cae4ec59b29d6aa29f7648b2f6ddc097c1fd | |
parent | ac659fe698a96a09477a2fdb2b783999f85df501 (diff) | |
download | gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar.gz gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar.bz2 gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar.lz gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar.xz gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.tar.zst gsoc2013-evolution-f4bdc23dbc5b1dc87398267098bfc0d3d70b036c.zip |
another typo
svn path=/trunk/; revision=1926
-rw-r--r-- | camel/providers/sendmail/camel-sendmail-transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/sendmail/camel-sendmail-transport.c b/camel/providers/sendmail/camel-sendmail-transport.c index fed9ec459d..2feefc4b21 100644 --- a/camel/providers/sendmail/camel-sendmail-transport.c +++ b/camel/providers/sendmail/camel-sendmail-transport.c @@ -97,7 +97,7 @@ _send_internal (CamelMedium *message, char **argv, CamelException *ex) CamelStream *out; pid_t pid; - g_asssert (CAMEL_IS_MIME_MESSAGE (message)); + g_assert (CAMEL_IS_MIME_MESSAGE (message)); if (pipe (fd) == -1) { camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, |