aboutsummaryrefslogtreecommitdiff
path: root/cppguide.xml
diff options
context:
space:
mode:
authormmentovai <mmentovai@955884f1-7149-0410-9467-59e7ac3f4d80>2010-10-08 18:35:59 +0000
committermmentovai <mmentovai@955884f1-7149-0410-9467-59e7ac3f4d80>2010-10-08 18:35:59 +0000
commit7d78fd4e6a0bff726a48c7a77d91a09162834c07 (patch)
tree62ac2135131077af968137d8520358b2bfe55ed0 /cppguide.xml
parent42e59b0ce76c36b15b051d1932d0f599b1e5d469 (diff)
downloadgoogle-styleguide-7d78fd4e6a0bff726a48c7a77d91a09162834c07.tar.gz
Update C++ style guide to 3.175:
- Fix typo.
Diffstat (limited to 'cppguide.xml')
-rw-r--r--cppguide.xml6
1 files 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 @@
<p align="right">
-Revision 3.174
+Revision 3.175
</p>
@@ -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
<HR/>
<p align="right">
-Revision 3.174
+Revision 3.175
</p>