Repository: parquet-cpp Updated Branches: refs/heads/master 8a101c5e0 -> 108d27cae
PARQUET-938: Fix a typo Author: Kouhei Sutou <[email protected]> Closes #284 from kou/fix-a-typo and squashes the following commits: 436a46c [Kouhei Sutou] Fix a typo Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/108d27ca Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/108d27ca Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/108d27ca Branch: refs/heads/master Commit: 108d27cae3fdd3b8f4bee20bc5106292a116709b Parents: 8a101c5 Author: Kouhei Sutou <[email protected]> Authored: Sun Apr 2 10:11:46 2017 +0200 Committer: Uwe L. Korn <[email protected]> Committed: Sun Apr 2 10:11:46 2017 +0200 ---------------------------------------------------------------------- cmake_modules/FindSnappy.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/108d27ca/cmake_modules/FindSnappy.cmake ---------------------------------------------------------------------- diff --git a/cmake_modules/FindSnappy.cmake b/cmake_modules/FindSnappy.cmake index 6c164d2..6fa0351 100644 --- a/cmake_modules/FindSnappy.cmake +++ b/cmake_modules/FindSnappy.cmake @@ -22,7 +22,7 @@ # # Snappy_HOME - When set, this path is inspected instead of standard library # locations as the root of the Snappy installation. -# The environment variable SNAPPY_HOME overrides this veriable. +# The environment variable SNAPPY_HOME overrides this variable. # # This module defines # SNAPPY_INCLUDE_DIR, directory containing headers
