diff options
author | André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> | 2017-10-06 12:47:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-06 13:18:48 (GMT) |
commit | 107fe8d5e4b903782aba66fc46904630d214c523 (patch) | |
tree | 92cfb48e9697fa17fb89020dc329ca3e8f95285c /Modules/FindProtobuf.cmake | |
parent | a91eb5e41f486628910f189bf40403568af013c7 (diff) | |
download | CMake-107fe8d5e4b903782aba66fc46904630d214c523.zip CMake-107fe8d5e4b903782aba66fc46904630d214c523.tar.gz CMake-107fe8d5e4b903782aba66fc46904630d214c523.tar.bz2 |
FindProtobuf: fix documentation typo
Fix typo in documentation added by commit v3.10.0-rc1~18^2
(FindProtobuf: add flag to allow descriptor files to be generated,
2017-09-21).
Diffstat (limited to 'Modules/FindProtobuf.cmake')
-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. |