Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6201796

Browse files
geoffw0jbj
andauthoredJun 25, 2020
C++: modelling -> modeling
Co-authored-by: Jonas Jensen <[email protected]>
1 parent ff0a9bf commit 6201796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎cpp/ql/src/semmle/code/cpp/Namespace.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes for modelling namespaces, `using` directives and `using` declarations.
2+
* Provides classes for modeling namespaces, `using` directives and `using` declarations.
33
*/
44

55
import semmle.code.cpp.Element

‎cpp/ql/src/semmle/code/cpp/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides a hierarchy of classes for modelling C/C++ types.
2+
* Provides a hierarchy of classes for modeling C/C++ types.
33
*/
44

55
import semmle.code.cpp.Element

‎cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides a hierarchy of classes for modelling C/C++ statements.
2+
* Provides a hierarchy of classes for modeling C/C++ statements.
33
*/
44

55
import semmle.code.cpp.Element

0 commit comments

Comments
 (0)
Please sign in to comment.