From: Wolfgang Bangerth
Date: Tue, 10 Sep 2002 14:47:07 +0000 (+0000)
Subject: One-char typo fix.
X-Git-Tag: v8.0.0~17592
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d29b3e26719f8237ac7e86063820a2eb8272b1;p=dealii.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.