diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-16 23:44:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-16 23:44:55 +0800 |
commit | cd9e88989ff2fabdc66f96fa81e0c474e67d53aa (patch) | |
tree | a3ceec0f688db88bfdb9455c1d7c687bc96587c7 /camel/gmime-base64.c | |
parent | 4cd1c91c5a1f557951cbaa3425631642d5974c40 (diff) | |
download | gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.gz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.bz2 gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.lz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.xz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.zst gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.zip |
fix minor typos
svn path=/trunk/; revision=1795
Diffstat (limited to 'camel/gmime-base64.c')
-rw-r--r-- | camel/gmime-base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/gmime-base64.c b/camel/gmime-base64.c index 1d2abecdc6..a75e5c0f17 100644 --- a/camel/gmime-base64.c +++ b/camel/gmime-base64.c @@ -64,7 +64,7 @@ gmime_encode_base64 (CamelStream *input, CamelStream *output) switch (state % 3){ case 0: - /* full ouput, nothing left to do */ + /* full output, nothing left to do */ break; case 1: |