From 1f872cb4ad2d3dcc3598fed689504c9731600caa Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 27 Oct 2015 17:09:43 -0400 Subject: Fix typos -- --- common/ttyio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ttyio.c') diff --git a/common/ttyio.c b/common/ttyio.c index 0f8c780c8..3b409e995 100644 --- a/common/ttyio.c +++ b/common/ttyio.c @@ -134,7 +134,7 @@ tty_get_ttyname (void) got_name = 1; } #endif /*HAVE_CTERMID*/ - /* Assume the standard tty on memory error or when tehre is no + /* Assume the standard tty on memory error or when there is no ctermid. */ return name? name : "/dev/tty"; } -- cgit v1.2.3