summaryrefslogtreecommitdiffstats
path: root/mimelib/Tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/Tutorial')
-rw-r--r--mimelib/Tutorial2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/Tutorial b/mimelib/Tutorial
index 25c139ed..2833dd03 100644
--- a/mimelib/Tutorial
+++ b/mimelib/Tutorial
@@ -278,7 +278,7 @@ following simple example shows how to accomplish this.
cout << fullName << '\n';
}
else {
- // Aptqparently, there is no full name, so use the email
+ // Apparently, there is no full name, so use the email
// address
cout << mb->LocalPart() << '@' << mb->Domain() << '\n';
}