From f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 Mon Sep 17 00:00:00 2001 From: Deepesh Pathak Date: Sun, 2 Sep 2018 01:17:27 +0530 Subject: feat(spell-check): add make command for spell check. * Remove spelling mistakes in the repository * Add travis script to check for typos. * Add command to Makefile to check for typos. * Fixes #71 --- security/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/cache.go') diff --git a/security/cache.go b/security/cache.go index d0c60b1..fd22e15 100644 --- a/security/cache.go +++ b/security/cache.go @@ -43,7 +43,7 @@ func DropFilesystemCache() error { defer file.Close() // "2" just frees the reclaimable inodes and dentries, the associated // pages to these inodes will be freed. We do not need to free the - // entire pagecache (as this will severly impact performance). + // entire pagecache (as this will severely impact performance). _, err = file.WriteString("2") return err } -- cgit v1.2.3