Fix Typos

This commit is contained in:
Tom Swartz 2018-10-02 16:30:18 -04:00
parent 7ee2e5d1eb
commit ae7400890d
3 changed files with 3 additions and 3 deletions

View file

@ -134,7 +134,7 @@ Only show titles when printing news.
.B \-f, \-\-force
Force download for packages that already exist in the current directory. This
is to ensure directories are not accidentally overwritten. This option is not
needed for git based downloads as \fBgit pull\fR already has saftey mechanisms.
needed for git based downloads as \fBgit pull\fR already has safety mechanisms.
.SH PERMANENT CONFIGURATION SETTINGS
.TP

View file

@ -385,7 +385,7 @@ func earlyPacmanCall(parser *arguments) error {
arguments.targets = targets
} else {
alpmHandle.SetQuestionCallback(func(alpm.QuestionAny) {})
//seperate aur and repo targets
//separate aur and repo targets
for _, target := range targets {
if inRepos(syncDb, target) {
arguments.addTarget(target)

View file

@ -881,7 +881,7 @@ func (parser *arguments) extractYayOptions() {
config.AURURL = strings.TrimRight(config.AURURL, "/")
}
//parses input for number menus splitted by spaces or commas
//parses input for number menus split by spaces or commas
//supports individual selection: 1 2 3 4
//supports range selections: 1-4 10-20
//supports negation: ^1 ^1-4