Fix trivial typo in comment.

Not really important, but since I saw it.
pull/1043/head
Carlos O'Ryan 2018-04-08 15:46:25 -04:00 committed by GitHub
parent acf10d9af7
commit 4286b16b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")