Revision: 53758
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53758&view=rev
Author:   carlmoore
Date:     2012-11-19 20:25:09 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
fix spellings (NOTICE search_char) and switch period & parenthesis)

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/text.tcl

Modified: brlcad/trunk/src/tclscripts/mged/text.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/text.tcl   2012-11-19 20:22:38 UTC (rev 
53757)
+++ brlcad/trunk/src/tclscripts/mged/text.tcl   2012-11-19 20:25:09 UTC (rev 
53758)
@@ -870,7 +870,7 @@
     if {$vi_state($w,yank_flag)} {
        switch -glob -- $c {
            [0] {
-               # if we are counting, ignore; begining-of-line ignores counts.
+               # if we are counting, ignore; beginning-of-line ignores counts.
                if {!$vi_state($w,count_flag)} {
                    set vi_state($w,cmd_count) 1
                }
@@ -1029,7 +1029,7 @@
            if {   (";" == $c && [string is lower $vi_state($w,search_type)])
                   || ("," == $c && [string is upper 
$vi_state($w,search_type)])} {
 
-               # do while pos_count is gte one and seach_char is found
+               # do while pos_count is gte one and search_char is found
                for { set newindex [$w index {insert}] } {1} {
                    if {1 == $vi_state($w,pos_count) || $newindex == ""} {
                        break
@@ -1066,7 +1066,7 @@
                }
                # Backward searches...
            } else {
-               # do while pos_count is gte one and seach_char is found
+               # do while pos_count is gte one and search_char is found
                for { set newindex [$w index {insert}] } {1} {
                    if {1 == $vi_state($w,pos_count) || $newindex == ""} {
                        break
@@ -1138,7 +1138,7 @@
            vi_hsrch_mode $w
        }
        0 {
-           # Motion to begining of line (or zero in a command or position 
count.)
+           # Motion to beginning of line (or zero in a command or position 
count).
            if {$vi_state($w,count_flag)} {
                set vi_state($w,tmp_count) [expr $vi_state($w,tmp_count) * 10]
            } else {
@@ -1338,7 +1338,7 @@
            vi_word_search $w "e"
        }
        f {
-           # Find the next ocurrence of a char.
+           # Find the next occurrence of a char.
            set vi_state($w,search_flag) "f"
        }
        h {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to