Skip to content

Commit 27bb59c

Browse files
committed
chore: Fix typos
1 parent 15bd059 commit 27bb59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/script_failed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
echoerr() { echo "$@" 1>&2; }
5-
echoerr An error has occured
5+
echoerr An error has occurred
66

77
exit 113 # Will return 113 to shell.
88
# To verify this, type "echo $?" after script terminates.

tests/test_workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def test_pane_order(session):
514514
HOME=os.path.realpath(os.path.expanduser("~"))
515515
)
516516

517-
# test order of `panes` (and pane_index) above aganist pane_dirs
517+
# test order of `panes` (and pane_index) above against pane_dirs
518518
pane_paths = [
519519
"/usr/bin",
520520
"/usr",

0 commit comments

Comments
 (0)