diff options
author | Ron Klein <solution@ronklein.co.il> | 2020-06-10 18:48:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-10 19:01:37 (GMT) |
commit | c1de3d1b341225155a43490df7e12158a6b80f8b (patch) | |
tree | ed0548f92ff8217a45df88e31329bf4705760894 /Modules | |
parent | 596cfd26809793c7165b5e5047be133e0419c6e5 (diff) | |
download | CMake-c1de3d1b341225155a43490df7e12158a6b80f8b.zip CMake-c1de3d1b341225155a43490df7e12158a6b80f8b.tar.gz CMake-c1de3d1b341225155a43490df7e12158a6b80f8b.tar.bz2 |
FindProtobuf: Fix typo in documentation
typo: "filess" ==> "files"
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 f35978d..e09717d 100644 --- a/Modules/FindProtobuf.cmake +++ b/Modules/FindProtobuf.cmake @@ -117,7 +117,7 @@ Example: ``PY`` Variable to define with autogenerated Python files ``ARGN`` - ``.proto`` filess + ``.proto`` files #]=======================================================================] function(protobuf_generate) |