summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/extensions')
-rw-r--r--ppapi/cpp/extensions/ext_output_traits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/extensions/ext_output_traits.h b/ppapi/cpp/extensions/ext_output_traits.h
index d03258d..1bfec8e 100644
--- a/ppapi/cpp/extensions/ext_output_traits.h
+++ b/ppapi/cpp/extensions/ext_output_traits.h
@@ -76,7 +76,7 @@ struct ExtensionsCallbackOutputTraits {
};
// This class provides storage for a PP_Var and a vector of objects which are
-// of type T. The PP_Var is used as an output parameter to recevie an array var
+// of type T. The PP_Var is used as an output parameter to receive an array var
// from the browser. Each element in the array var is converted to a T object,
// using FromVarConverter, and stores in the vector.
template <class T>