summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/login_tty.c2
-rw-r--r--lib/striconveh.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/login_tty.c b/lib/login_tty.c
index 0403391774..e5ec248ead 100644
--- a/lib/login_tty.c
+++ b/lib/login_tty.c
@@ -53,7 +53,7 @@ login_tty (int slave_fd)
close (dummy_fd);
}
- /* Assign fd to the standard input, standard output, and standardd error of
+ /* Assign fd to the standard input, standard output, and standard error of
the current process. */
for (i = 0; i < 3; i++)
if (slave_fd != i)
diff --git a/lib/striconveh.h b/lib/striconveh.h
index 295a8034d1..c6adbe2ace 100644
--- a/lib/striconveh.h
+++ b/lib/striconveh.h
@@ -33,7 +33,7 @@ extern "C" {
#if HAVE_ICONV
-/* An conversion descriptor for use by the iconveh functions. */
+/* A conversion descriptor for use by the iconveh functions. */
typedef struct
{
/* Conversion descriptor from FROM_CODESET to TO_CODESET, or (iconv_t)(-1)