Skip to content

Commit 4f0264e

Browse files
authored
spelling: possible (cli#5157)
1 parent 6a4f374 commit 4f0264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/merge/merge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func mergeRun(opts *MergeOptions) error {
334334

335335
err := pullLatestChanges(opts, baseRepo, branchToSwitchTo)
336336
if err != nil {
337-
fmt.Fprintf(opts.IO.ErrOut, "%s warning: not posible to fast-forward to: %q\n", cs.WarningIcon(), branchToSwitchTo)
337+
fmt.Fprintf(opts.IO.ErrOut, "%s warning: not possible to fast-forward to: %q\n", cs.WarningIcon(), branchToSwitchTo)
338338
}
339339
}
340340

0 commit comments

Comments
 (0)