spelling: possible (#5157)

This commit is contained in:
Yuki Hirasawa 2022-02-03 00:54:09 +09:00 committed by GitHub
parent 6a4f374caf
commit 4f0264e37b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ func mergeRun(opts *MergeOptions) error {
err := pullLatestChanges(opts, baseRepo, branchToSwitchTo)
if err != nil {
fmt.Fprintf(opts.IO.ErrOut, "%s warning: not posible to fast-forward to: %q\n", cs.WarningIcon(), branchToSwitchTo)
fmt.Fprintf(opts.IO.ErrOut, "%s warning: not possible to fast-forward to: %q\n", cs.WarningIcon(), branchToSwitchTo)
}
}