From e930ee1a8e0672e1053c8bd7bd1a102f1d707054 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Mon, 29 Aug 2016 02:24:21 +1000 Subject: [PATCH] Fix typos --- bin/git-linguist | 4 ++-- lib/linguist/languages.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/git-linguist b/bin/git-linguist index 9e525bb5..d390530e 100755 --- a/bin/git-linguist +++ b/bin/git-linguist @@ -23,7 +23,7 @@ class GitLinguist if @incremental && stats = load_language_stats old_commit_oid, old_stats = stats - # A cache with NULL oid means that we want to froze + # A cache with NULL oid means that we want to freeze # these language stats in place and stop computing # them (for performance reasons) return old_stats if old_commit_oid == NULL_OID @@ -111,7 +111,7 @@ def git_linguist(args) parser.parse!(args) git_dir = `git rev-parse --git-dir`.strip - raise "git-linguist must be ran in a Git repository (#{Dir.pwd})" unless $?.success? + raise "git-linguist must be run in a Git repository (#{Dir.pwd})" unless $?.success? wrapper = GitLinguist.new(git_dir, commit, incremental) case args.pop diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index f8e97318..90aa13f6 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -12,7 +12,7 @@ # listed alphabetically) # interpreters - An Array of associated interpreters # searchable - Boolean flag to enable searching (defaults to true) -# search_term - Deprecated: Some languages maybe indexed under a +# search_term - Deprecated: Some languages may be indexed under a # different alias. Avoid defining new exceptions. # color - CSS hex color to represent the language. # tm_scope - The TextMate scope that represents this programming @@ -23,9 +23,9 @@ # in the statistics as the parent language. # # Any additions or modifications (even trivial) should have corresponding -# test change in `test/test_blob.rb`. +# test changes in `test/test_blob.rb`. # -# Please keep this list alphabetized. Capitalization comes before lower case. +# Please keep this list alphabetized. Capitalization comes before lowercase. 1C Enterprise: type: programming