summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 14:13:56 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 14:13:56 +0000
commit4e02e3f022311706d5e73e61b0e855af10051372 (patch)
tree01960f723911b9749744888763b9170bc8d9d20f /build
parent9a88db0d1a3667d72105290eee8b7502e77ff2ac (diff)
downloadlibapr-4e02e3f022311706d5e73e61b0e855af10051372.tar.gz
spelling
Backport of r1376957 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1528879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/lineends.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/lineends.pl b/build/lineends.pl
index 3e3067f76..8aa735cc8 100644
--- a/build/lineends.pl
+++ b/build/lineends.pl
@@ -3,7 +3,7 @@
# Heuristically converts line endings to the current OS's preferred format
#
# All existing line endings must be identical (e.g. lf's only, or even
-# the accedental cr.cr.lf sequence.) If some lines end lf, and others as
+# the accidental cr.cr.lf sequence.) If some lines end lf, and others as
# cr.lf, the file is presumed binary. If the cr character appears anywhere
# except prefixed to an lf, the file is presumed binary. If there is no
# change in the resulting file size, or the file is binary, the conversion