Skip to content

Commit 9315e11

Browse files
committed
spelling: utilities
Signed-off-by: Josh Soref <[email protected]>
1 parent e4cd3b0 commit 9315e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/syntaxes/Packages/C++/C++ Standard Includes.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{ "trigger": "bitset\tstandard header", "contents": "bitset" }, // std::bitset class template
1717
{ "trigger": "functional\tstandard header", "contents": "functional" }, // Function objects, designed for use with the standard algorithms
1818
{ "trigger": "utility\tstandard header", "contents": "utility" }, // Various utility components
19-
{ "trigger": "ctime\tstandard header", "contents": "ctime" }, // C-style time/date utilites
19+
{ "trigger": "ctime\tstandard header", "contents": "ctime" }, // C-style time/date utilities
2020
{ "trigger": "chrono\tstandard header (since c++11)", "contents": "chrono" }, // (since C++11) C++ time utilities
2121
{ "trigger": "cstddef\tstandard header", "contents": "cstddef" }, // typedefs for types such as size_t, NULL and others
2222
{ "trigger": "initializer_list\tstandard header since (c++11)", "contents": "initializer_list" }, // (since C++11) std::initializer_list class template

0 commit comments

Comments
 (0)