aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-03-27 21:50:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-03-27 21:50:01 +0300
commit80841bfbe180589bfc3d66d15792994d28490702 (patch)
tree39dde487f12d4ad0e01cf59446b681628964b8f6
parent1a4eaf4f7cbef6e407fe49437c8176e1650baa88 (diff)
downloadegawk-80841bfbe180589bfc3d66d15792994d28490702.tar.gz
egawk-80841bfbe180589bfc3d66d15792994d28490702.tar.bz2
egawk-80841bfbe180589bfc3d66d15792994d28490702.zip
Fix typo in ChangeLog.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b5b2543..3149d73f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2016-03-27 Stephen Davies <sdavies@sdc.com.au>
- * awkgram.y (get_comment): String CRs from comment. Strip
+ * awkgram.y (get_comment): Strip CRs from comment. Strip
off trailing newlines.
2016-03-21 Arnold D. Robbins <arnold@skeeve.com>