diff options
author | Daniel Kahn Gillmor <[email protected]> | 2015-10-27 21:09:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-28 09:20:17 +0000 |
commit | 1f872cb4ad2d3dcc3598fed689504c9731600caa (patch) | |
tree | 5fd521f4ae0fa32b7be1250b7b9df477a4fc865d /common/ttyio.c | |
parent | agent: Clarify agent's KEYWRAP_KEY description. (diff) | |
download | gnupg-1f872cb4ad2d3dcc3598fed689504c9731600caa.tar.gz gnupg-1f872cb4ad2d3dcc3598fed689504c9731600caa.zip |
Fix typos
--
Diffstat (limited to '')
-rw-r--r-- | common/ttyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |