From 441e43bf5abb1ca12e5e5ecab14288840e291517 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 13 Dec 2004 16:26:29 +0000 Subject: [PATCH] INTEGRATION: CWS hr10 (1.3.72); FILE MERGED 2004/11/15 16:16:45 hr 1.3.72.1: #i33894#: spelling fixes, thanks to pjanik and warath for finding them --- solenv/bin/cwsquery.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solenv/bin/cwsquery.pl b/solenv/bin/cwsquery.pl index 2bc22ebee4bb..4b4aee23e313 100644 --- a/solenv/bin/cwsquery.pl +++ b/solenv/bin/cwsquery.pl @@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: cwsquery.pl,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-08-12 15:10:57 $ +# last change: $Author: hr $ $Date: 2004-12-13 17:26:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,7 +89,7 @@ use Cws; ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; my $script_rev; -my $id_str = ' $Revision: 1.3 $ '; +my $id_str = ' $Revision: 1.4 $ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-"); @@ -266,7 +266,7 @@ sub usage { print STDERR "Usage: cwsquery [-h] [-m master] [-c child] \n"; print STDERR " cwsquery [-h] [-m master] \n"; - print STDERR "Query child workspace for miscancellous information.\n"; + print STDERR "Query child workspace for miscellaneous information.\n"; print STDERR "Modes:\n"; print STDERR "\tmodules\t\tquery modules added to the CWS\n"; print STDERR "\ttaskids\t\tquery taskids to be handled on the CWS\n";