aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt')
-rw-r--r--docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt b/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
index 2e0b794..b546301 100644
--- a/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
+++ b/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
@@ -144,7 +144,7 @@ least*:
2. A pointer to the dtor for the contained object
3. The contained object itself
-Note that it is neccesary to maintain #1 & #2 in the exception object itself
+Note that it is necessary to maintain #1 & #2 in the exception object itself
because objects without virtual function tables may be thrown (as in this
example). Assuming this, TryHandler would look something like this: