Skip to content

Commit e27d132

Browse files
authored
Merge pull request #39 from lyknode/fix/spelling
Fix spelling on 'uncommited'
2 parents c0b14de + c52b3fd commit e27d132

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mgitstatus
22
==========
33

4-
Show uncommited, untracked and unpushed changes in multiple Git
4+
Show uncommitted, untracked and unpushed changes in multiple Git
55
repositories. Scan for .git dirs up to **DEPTH** directories deep.
66
The default is 2. If **DEPTH** is 0, the scan is infinitely deep.
77

@@ -35,7 +35,7 @@ for that repo to `true`. (See "usage" below for an example).
3535

3636
Usage: ./mgitstatus [--version] [-w] [-e] [-f] [--no-X] [-d/--depth=2] [DIR [DIR]...]
3737

38-
mgitstatus shows uncommited, untracked and unpushed changes in multiple Git
38+
mgitstatus shows uncommitted, untracked and unpushed changes in multiple Git
3939
repositories. By default, mgitstatus scans two directories deep. This can be
4040
changed with the -d (--depth) option. If DEPTH is 0, the scan is infinitely
4141
deep.

mgitstatus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usage () {
1010
1111
Usage: $0 [--version] [-w] [-e] [-f] [--no-X] [-d/--depth=2] [DIR [DIR]...]
1212
13-
mgitstatus shows uncommited, untracked and unpushed changes in multiple Git
13+
mgitstatus shows uncommitted, untracked and unpushed changes in multiple Git
1414
repositories. By default, mgitstatus scans two directories deep. This can be
1515
changed with the -d (--depth) option. If DEPTH is 0, the scan is infinitely
1616
deep.

mgitstatus.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mgitstatus - Show uncommitted, untracked and unpushed changes for multiple Git r
1212

1313
# DESCRIPTION
1414

15-
**mgitstatus** shows uncommited, untracked and unpushed changes in multiple
15+
**mgitstatus** shows uncommitted, untracked and unpushed changes in multiple
1616
Git repositories. By default, **mgitstatus** scans two directories deep. This
1717
can be changed with the `-d` (`--depth`) option. If **DEPTH** is 0, the scan
1818
is infinitely deep.

0 commit comments

Comments
 (0)