Issue 33894 - cws tools: handle_update_infomation -> handle_update_information
Summary: cws tools: handle_update_infomation -> handle_update_information
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: jens-heiner.rechtien
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-06 20:30 UTC by pavel
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Fast walk through looking for typos (18.75 KB, patch)
2004-09-26 08:22 UTC, foskey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-09-06 20:30:30 UTC
Hi,

small typo in cws tools:

bin/modules/CvsModule.pm:sub handle_update_infomation {
bin/cwsadd.pl:            $cvs_module->handle_update_infomation($result);
bin/cwscreate.pl:        #$cvs_module->handle_update_infomation($result);
bin/cwsresync.pl:        $cvs_module->handle_update_infomation($result);
Comment 1 pavel 2004-09-06 20:36:18 UTC
bin/cwsadd.pl:

-        print_warning("Found conflicts and/or locallily files in the following
modules:");
+        print_warning("Found conflicts and/or locally modified files in the
following modules:");
Comment 2 jens-heiner.rechtien 2004-09-08 14:17:03 UTC
Target 'DevTools'
Comment 3 pavel 2004-09-09 12:13:48 UTC
another typo: ususal

Sorry for misusing this issue ;-)
Comment 4 foskey 2004-09-26 04:29:58 UTC
In section 4.2 of the documentation (the sample .cwsrc) it says the password is
in .cvsrc, it is actually in .cvspass.
Comment 5 foskey 2004-09-26 08:22:26 UTC
Created attachment 17932 [details]
Fast walk through looking for typos
Comment 6 foskey 2004-09-26 08:24:10 UTC
I have gone through the code looking for typos.  I have attached a patch to
cover all the ones I found.

Caveat emptor.  I don't think any of these will affect the overall process...
however I am definitely not the expert on this.
Comment 7 jens-heiner.rechtien 2004-11-15 16:41:13 UTC
Fixed in hr10
Comment 8 rt 2004-12-13 15:28:49 UTC
To be honest, I have not checked all typos mentioned in waratah's patch.
However, the handle_update_infomation as well as all of my random samples looked
well.
Comment 9 jens-heiner.rechtien 2004-12-17 10:50:46 UTC
Close.