From 7d78fd4e6a0bff726a48c7a77d91a09162834c07 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Fri, 8 Oct 2010 18:35:59 +0000 Subject: [PATCH] Update C++ style guide to 3.175: - Fix typo. --- cppguide.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cppguide.xml b/cppguide.xml index c02ce0b..9a8a11b 100644 --- a/cppguide.xml +++ b/cppguide.xml @@ -4,7 +4,7 @@

-Revision 3.174 +Revision 3.175

@@ -596,7 +596,7 @@ Tashana Landray // Shorten access to some commonly used names (in a .h file). namespace librarian { - // The following alias is avaliable to all files including + // The following alias is available to all files including // this header (in namespace librarian): // alias names should therefore be chosen consistently // within a project. @@ -4529,7 +4529,7 @@ Tashana Landray

-Revision 3.174 +Revision 3.175