fix typo
This commit is contained in:
parent
e9a1f3f351
commit
85dbc21c1c
2 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,8 @@ paramNumRange :: String
|
||||||
paramNumRange = "NUM|RANGE"
|
paramNumRange = "NUM|RANGE"
|
||||||
paramRemote :: String
|
paramRemote :: String
|
||||||
paramRemote = "REMOTE"
|
paramRemote = "REMOTE"
|
||||||
paramRemote :: String
|
paramRepository :: String
|
||||||
paramRemote = "REPOSITORY"
|
paramRepository = "REPOSITORY"
|
||||||
paramField :: String
|
paramField :: String
|
||||||
paramField = "FIELD"
|
paramField = "FIELD"
|
||||||
paramGlob :: String
|
paramGlob :: String
|
||||||
|
|
|
@ -23,3 +23,5 @@ CmdLine/Usage.hs:64:1: error:
|
||||||
```
|
```
|
||||||
|
|
||||||
on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case.
|
on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case.
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue