[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#12578: depcomp typo "informations"
From: |
Paul Eggert |
Subject: |
bug#12578: depcomp typo "informations" |
Date: |
Thu, 04 Oct 2012 23:11:22 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 |
There is no word "informations" in English.
I found this typo while spell-checking Emacs,
and want to fix the bug upstream, in Automake.
diff --git a/lib/depcomp b/lib/depcomp
index 0544c68..ee84bf2 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -108,7 +108,7 @@ if test "$depmode" = msvc7msys; then
fi
if test "$depmode" = xlc; then
- # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
+ # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
gccflag=-qmakedep=gcc,-MF
depmode=gcc
fi
- bug#12578: depcomp typo "informations",
Paul Eggert <=