diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-10-08 18:06:56 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2013-10-08 18:06:56 -0700 |
commit | f7e760d7386ac5938fab0a8fddf25ca501608c18 (patch) | |
tree | ceff5c7b6529947630c826aa9ac5d8c5cb434ba9 /libltdl | |
parent | 8eeeb00daef8c4f720c9b79a0cdb89225d9909b6 (diff) | |
download | libtool-f7e760d7386ac5938fab0a8fddf25ca501608c18.tar.gz |
maint: Fix various comment and documentation typos.
Ondřej writes: "Hi, this is upstream version of patch that I
sent to gcc. I generated this patch with tool that I am
writing: https://github.com/neleai/stylepp"
(Note: The generated patch was adjusted to retain the non-US
but correct spelling of 'rigourous' before commit. --Brooks)
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/libltdl/lt_error.h | 2 | ||||
-rw-r--r-- | libltdl/lt_error.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libltdl/libltdl/lt_error.h b/libltdl/libltdl/lt_error.h index 35060038..8a6e271c 100644 --- a/libltdl/libltdl/lt_error.h +++ b/libltdl/libltdl/lt_error.h @@ -1,4 +1,4 @@ -/* lt_error.h -- error propogation interface +/* lt_error.h -- error propagation interface Copyright (C) 1999-2001, 2004, 2007, 2011-2013 Free Software Foundation, Inc. diff --git a/libltdl/lt_error.c b/libltdl/lt_error.c index 91cf02b4..633c29c2 100644 --- a/libltdl/lt_error.c +++ b/libltdl/lt_error.c @@ -1,4 +1,4 @@ -/* lt_error.c -- error propogation interface +/* lt_error.c -- error propagation interface Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2013 Free Software Foundation, Inc. |