summaryrefslogtreecommitdiff
path: root/src/test/test-pty.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-06 20:09:54 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-06 20:09:54 -0400
commitfc08079ef25a063f56be48b87035f8fde79153ba (patch)
tree51fb6ccb65a850a1b928e7481fa0af788d1fbb72 /src/test/test-pty.c
parentde8763b6d23963e14787556de159d813e863043f (diff)
treewide: fix typos of let's
Diffstat (limited to 'src/test/test-pty.c')
-rw-r--r--src/test/test-pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-pty.c b/src/test/test-pty.c
index 3f97a64ccd..fbab3d4ebe 100644
--- a/src/test/test-pty.c
+++ b/src/test/test-pty.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[]) {
/* Oh, there're ugly races in the TTY layer regarding HUP vs IN. Turns
* out they appear only 10% of the time. I fixed all of them and
- * don't see them, anymore. But lets be safe and run this 1000 times
+ * don't see them, anymore. But let's be safe and run this 1000 times
* so we catch any new ones, in case they appear again. */
for (i = 0; i < 1000; ++i)
test_pty();