Fix typos

This commit is contained in:
Jakub Wilk
2016-10-09 16:04:42 +02:00
parent dcd7866d84
commit 42d686882f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* Add a --local option to run without ssh. (John Hood) * Add a --local option to run without ssh. (John Hood)
* Mosh now returns exitstatus reflecting connection success. * Mosh now returns exitstatus reflecting connection success.
(John Hood) (John Hood)
* Add a end-to-end test suite and many tests. (John Hood) * Add an end-to-end test suite and many tests. (John Hood)
* Implement timeouts and signals to help address orphaned sessions. * Implement timeouts and signals to help address orphaned sessions.
(John Hood) (John Hood)
* Major rework of Mosh's display differencing/rendering * Major rework of Mosh's display differencing/rendering
+1 -1
View File
@@ -32,7 +32,7 @@ There are four essential parts to the framework:
* `e2e-test-server` * `e2e-test-server`
* `e2e-test-subrs` * `e2e-test-subrs`
The test script has two roles: when invoked without argments, it is a The test script has two roles: when invoked without arguments, it is a
wrapper script for the overall test, and when invoked with an wrapper script for the overall test, and when invoked with an
argument, it performs a testing-related action. In wrapper mode, it argument, it performs a testing-related action. In wrapper mode, it
invokes e2e-test with action arguments, which are used to invoke the invokes e2e-test with action arguments, which are used to invoke the