Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/tests Fix typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/4b6c59e15f09
branches:  trunk
changeset: 744600:4b6c59e15f09
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Feb 07 19:56:51 2020 +0000

description:
Fix typo in a comment.

diffstat:

 tests/lib/libcurses/tests/mvscanw |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 5b55b4bbefe2 -r 4b6c59e15f09 tests/lib/libcurses/tests/mvscanw
--- a/tests/lib/libcurses/tests/mvscanw Fri Feb 07 19:22:21 2020 +0000
+++ b/tests/lib/libcurses/tests/mvscanw Fri Feb 07 19:56:51 2020 +0000
@@ -7,5 +7,5 @@
 input "50 12\n"
 call2 OK "2" mvscanw 3 5 "%d"
 input "aa bb 50 12\n"
-# expect ERR becauss input has alpha and scanw wants integer
+# expect ERR because input has alpha and scanw wants integer
 call2 ERR "2" mvscanw 3 5 "%d"



Home | Main Index | Thread Index | Old Index