Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Aug 28, 2016
1 parent 6763b73 commit e930ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/git-linguist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

1 comment on commit e930ee1

@Livinglife82
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_both or write but working harder _

Please sign in to comment.