User Guide typo repair (no JIRA ticket) secuirty => security
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/dc6b6009 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/dc6b6009 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/dc6b6009 Branch: refs/heads/feature/GEODE-2852 Commit: dc6b60096e1faa6744c96a38d1f2687384db4ab2 Parents: c2e7d1f Author: Dave Barnes <[email protected]> Authored: Mon May 1 17:15:07 2017 -0700 Committer: Dave Barnes <[email protected]> Committed: Mon May 1 17:15:07 2017 -0700 ---------------------------------------------------------------------- .../basic_config/the_cache/managing_a_secure_cache.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/dc6b6009/geode-docs/basic_config/the_cache/managing_a_secure_cache.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/basic_config/the_cache/managing_a_secure_cache.html.md.erb b/geode-docs/basic_config/the_cache/managing_a_secure_cache.html.md.erb index 94e3e52..1f39d94 100644 --- a/geode-docs/basic_config/the_cache/managing_a_secure_cache.html.md.erb +++ b/geode-docs/basic_config/the_cache/managing_a_secure_cache.html.md.erb @@ -56,7 +56,7 @@ These steps demonstrate a programmatic cache creation. ``` **Note:** - Properties passed to a cache creation method override any settings in either the `gemfire.properties` file or `gfsecuirty.properties`. + Properties passed to a cache creation method override any settings in either the `gemfire.properties` file or `gfsecurity.properties`. 2. Close your cache when you are done, using the `close` method of the `ClientCache` instance or the inherited `close` method of the `Cache` instance. Example:
