From 864e5740b320c65ef05a335e231abed6d928883b Mon Sep 17 00:00:00 2001 From: Calvin <675313675@qq.com> Date: Tue, 3 Mar 2015 12:03:55 +0800 Subject: [PATCH] Fix spelling error --- ch16/ex16.17.18/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch16/ex16.17.18/main.cpp b/ch16/ex16.17.18/main.cpp index fe0a2ad6..1bd3080a 100644 --- a/ch16/ex16.17.18/main.cpp +++ b/ch16/ex16.17.18/main.cpp @@ -15,7 +15,7 @@ // You do, however, have to use class (and not typename) when declaring a // template template parameter. // -// When we wnat to inform the compiler that a name represents a type,we must use +// When we want to inform the compiler that a name represents a type, we must use // the keyword typename, not class //! //! Exercise 16.18: