浏览代码

Merge pull request #1576 from elect86/patch-13

Update ValidateDataStructure.h, typo
Kim Kulling 7 年之前
父节点
当前提交
e1837b6cc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/ValidateDataStructure.h

+ 1 - 1
code/ValidateDataStructure.h

@@ -91,7 +91,7 @@ protected:
 
     // -------------------------------------------------------------------
     /** Report a validation warning. This won't throw an exception,
-     *  control will return to the callera.
+     *  control will return to the caller.
      * @param msg Format string for sprintf().*/
     void ReportWarning(const char* msg,...);