aboutsummaryrefslogtreecommitdiffstats
path: root/common/ttyio.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2015-10-27 21:09:43 +0000
committerWerner Koch <[email protected]>2015-10-28 09:20:17 +0000
commit1f872cb4ad2d3dcc3598fed689504c9731600caa (patch)
tree5fd521f4ae0fa32b7be1250b7b9df477a4fc865d /common/ttyio.c
parentagent: Clarify agent's KEYWRAP_KEY description. (diff)
downloadgnupg-1f872cb4ad2d3dcc3598fed689504c9731600caa.tar.gz
gnupg-1f872cb4ad2d3dcc3598fed689504c9731600caa.zip
Fix typos
--
Diffstat (limited to '')
-rw-r--r--common/ttyio.c2
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";
}