Skip to content

Commit

Permalink
Fix trivial typo in comment.
Browse files Browse the repository at this point in the history
Not really important, but since I saw it.
  • Loading branch information
coryan authored Apr 8, 2018
1 parent acf10d9 commit 4286b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)

## add debug view defintion file for msvc (natvis)
## add debug view definition file for msvc (natvis)
if (MSVC)
set(NLOHMANN_ADD_NATVIS TRUE)
set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")
Expand Down

0 comments on commit 4286b16

Please sign in to comment.