We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bd059 commit 27bb59cCopy full SHA for 27bb59c
tests/fixtures/script_failed.sh
@@ -2,7 +2,7 @@
2
3
4
echoerr() { echo "$@" 1>&2; }
5
-echoerr An error has occured
+echoerr An error has occurred
6
7
exit 113 # Will return 113 to shell.
8
# To verify this, type "echo $?" after script terminates.
tests/test_workspacebuilder.py
@@ -514,7 +514,7 @@ def test_pane_order(session):
514
HOME=os.path.realpath(os.path.expanduser("~"))
515
)
516
517
- # test order of `panes` (and pane_index) above aganist pane_dirs
+ # test order of `panes` (and pane_index) above against pane_dirs
518
pane_paths = [
519
"/usr/bin",
520
"/usr",
0 commit comments