From 77a6a786b8c888cb59ce171fb4888d0e0dd145c8 Mon Sep 17 00:00:00 2001 From: Jaak Ristioja Date: Wed, 13 Jan 2016 15:30:27 +0200 Subject: [PATCH] Fixed comment typo --- src/idl_gen_cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idl_gen_cpp.cpp b/src/idl_gen_cpp.cpp index fa2708000..4fc2e3f9c 100644 --- a/src/idl_gen_cpp.cpp +++ b/src/idl_gen_cpp.cpp @@ -45,7 +45,7 @@ static std::string WrapInNameSpace(const Parser &parser, } // Translates a qualified name in flatbuffer text format to the same name in -// the equivalent C++ namepsace. +// the equivalent C++ namespace. static std::string TranslateNameSpace(const std::string &qualified_name) { std::string cpp_qualified_name = qualified_name; size_t start_pos = 0;