diff options
author | Brad King <brad.king@kitware.com> | 2017-10-06 13:21:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-06 13:21:38 (GMT) |
commit | 9111c17767703fc4aca79adb20bc40e465c6a710 (patch) | |
tree | 9b598a03d335d9c13495a04ff118d5cc68f51134 /Modules | |
parent | 71a2fe27537b636ae22da45257dc3e0548eba239 (diff) | |
parent | 107fe8d5e4b903782aba66fc46904630d214c523 (diff) | |
download | CMake-9111c17767703fc4aca79adb20bc40e465c6a710.zip CMake-9111c17767703fc4aca79adb20bc40e465c6a710.tar.gz CMake-9111c17767703fc4aca79adb20bc40e465c6a710.tar.bz2 |
Merge branch 'FindProtobuf-doc-typo' into release-3.10
Merge-request: !1359
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindProtobuf.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindProtobuf.cmake b/Modules/FindProtobuf.cmake index 7292aec..e1a715e 100644 --- a/Modules/FindProtobuf.cmake +++ b/Modules/FindProtobuf.cmake @@ -101,7 +101,7 @@ # ``HDRS`` # Variable to define with autogenerated header files # ``DESCRIPTORS`` -# Variable to define with auotgenerated descriptor files, if requested. +# Variable to define with autogenerated descriptor files, if requested. # ``EXPORT_MACRO`` # is a macro which should expand to ``__declspec(dllexport)`` or # ``__declspec(dllimport)`` depending on what is being compiled. |