aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gmime-base64.c')
-rw-r--r--camel/gmime-base64.c2
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: