diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 07:35:09 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 07:35:09 +0000 |
commit | 6175885e8a1e9e972eac8b32b93f3ea9b236092d (patch) | |
tree | 46b02ee5e24f228fd74c9eb1e3e1ebb89ade2731 /ChangeLog | |
parent | db1c2ab21d9f34469e9594926fa1c44382ebb50d (diff) | |
download | gcc-6175885e8a1e9e972eac8b32b93f3ea9b236092d.tar.gz |
Fix typo in the changelog for the last entry:
escaping instead of esacping
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 802d4fb1be8..3d8d96f29b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/14522 - * configure.in: Fix esacping of $. + * configure.in: Fix escaping of $. * configure: Regenerate. 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> |