From: wolf
Date: Tue, 10 Sep 2002 14:47:07 +0000 (+0000)
Subject: One-char typo fix.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6accaae529c779fd6b3e9a570a63101127715ae2;p=dealii-svn.git
One-char typo fix.
git-svn-id: https://svn.dealii.org/trunk@6386 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html
index e2a08ea72a..0a3ce773e1 100644
--- a/deal.II/doc/news/2002/c-3-4.html
+++ b/deal.II/doc/news/2002/c-3-4.html
@@ -139,7 +139,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
(WB 2002/09/08)
- New: global exception class New: Global exception class ExcIteratorPastEnd
, which should be used if an
iterator is incremented or decremented beyond its end value.