From 13ff116ac7b753a53aab78e8f8cadc2021ca4292 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 2 Jun 2004 12:48:20 +0000 Subject: [PATCH] Fix typo reported in #964592. Will backport to 2.3. --- Doc/ref/ref2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index c434468b4b..759059266b 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -348,7 +348,7 @@ trailing underscore characters: \item[\code{__*}] Class-private names. Names in this category, when used within the - context of a class definition, are re-written to use a mangled for + context of a class definition, are re-written to use a mangled form to help avoid name clashes between ``private'' attributes of base and derived classes. See section~\ref{atom-identifiers}, ``Identifiers (Names).'' -- 2.50.1