diff options
Diffstat (limited to 'mimelib')
-rw-r--r-- | mimelib/Tutorial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/Tutorial b/mimelib/Tutorial index 25c139ed9..2833dd033 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'; } |