From 79bc46910cec133b913c90273f310c949ac01f13 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 9 Oct 2008 17:09:18 -0400 Subject: Fix line match error message typo. --- ChangeLog | 4 ++++ tapsets.cxx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b1645e4..e9c61113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-09 Stan Cox + + * tapsets.cxx (query_cu): Fix typo. + 2008-10-06 Wenji Huang PR 4886 diff --git a/tapsets.cxx b/tapsets.cxx index a5a62c7a..3a70936f 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -3799,7 +3799,7 @@ query_cu (Dwarf_Die * cudie, void * arg) { stringstream msg; msg << "address 0x" << hex << queryaddr - << "does not match the begining of a statement"; + << " does not match the beginning of a statement"; throw semantic_error(msg.str()); } } -- cgit