]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typo in depcomp.
authorKarl Berry <karl@freefriends.org>
Sun, 18 Sep 2022 21:11:15 +0000 (14:11 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 18 Sep 2022 21:11:15 +0000 (14:11 -0700)
* lib/depcomp: obsosete -> obsolete. Report from anonymous.

lib/depcomp

index 75323b7392d0b5cfb06f09b60b6807bb838258f9..703eed2750de3a8eeadb096cc44f9078d9ecfd84 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2022-09-18.14; # UTC
 
 # Copyright (C) 1999-2022 Free Software Foundation, Inc.
 
@@ -197,7 +197,7 @@ gcc3)
   ;;
 
 gcc)
-## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
+## Note that this doesn't just cater to obsolete pre-3.x GCC compilers.
 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
 ## (see the conditional assignment to $gccflag above).
 ## There are various ways to get dependency output from gcc.  Here's