Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
comodoro committed Oct 5, 2018
1 parent f2c0505 commit 2627553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caster/apps/totalcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class TotalCommanderRule (MergeRule):
pronunciation = "total commqnder"
pronunciation = "total commander"

mapping = {
"find [in] files":
Expand Down Expand Up @@ -75,7 +75,7 @@ class TotalCommanderRule (MergeRule):
}

class SyncDirsRule (MergeRule):
pronunciation = "total commqnder synchronize directories"
pronunciation = "total commander synchronize directories"

mapping = {
"compare files":
Expand Down

0 comments on commit 2627553

Please sign in to comment.