This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix trivial typo


Against 2.3.1

john


--- debug/catchsegv.sh	2002-04-04 01:06:25.000000000 +0100
+++ debug/catchsegv.sh.new	2003-02-06 02:22:31.000000000 +0000
@@ -19,7 +19,7 @@
 # 02111-1307 USA.
 
 if test $# -eq 0; then
-  echo "$0: missing programm name" >&2
+  echo "$0: missing program name" >&2
   echo "Try \`$0 --help' for more information." >&2
   exit 1
 fi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]