summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorAntonio Radici <antonio@dyne.org>2012-07-08 17:34:56 -0700
committerAntonio Radici <antonio@dyne.org>2012-07-08 17:34:56 -0700
commit51071b9173b1fc8440cedaed93e6bf0b509ac946 (patch)
tree17c20c47d0ccf4e628a7121d28f9ed42b9eeddb8 /copy.c
parentc4abbd2d009bdd925e72ac23b77a9df6b8e43a92 (diff)
Fix some spelling errors (closes #3493)
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/copy.c b/copy.c
index 62f27277..1f132629 100644
--- a/copy.c
+++ b/copy.c
@@ -77,7 +77,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, LOFF_T off_end, int flags,
if ((fgets (buf, sizeof (buf), in)) == NULL)
break;
- /* Is it the begining of a header? */
+ /* Is it the beginning of a header? */
if (nl && buf[0] != ' ' && buf[0] != '\t')
{
ignore = 1;
@@ -147,7 +147,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, LOFF_T off_end, int flags,
if ((fgets (buf, sizeof (buf), in)) == NULL)
break;
- /* Is it the begining of a header? */
+ /* Is it the beginning of a header? */
if (nl && buf[0] != ' ' && buf[0] != '\t')
{
/* Do we have anything pending? */