Fossil SCM
Fixed typos.
Commit
77904c1f5170c6692f871348cbe73407a0508e32
Parent
cb4d44d60e38764…
1 file changed
+2
-2
| --- tools/cvs2fossil/lib/cvs2fossil.tcl | ||
| +++ tools/cvs2fossil/lib/cvs2fossil.tcl | ||
| @@ -22,12 +22,12 @@ | ||
| 22 | 22 | # # ## ### ##### ######## ############# ##################### |
| 23 | 23 | ## Passes. The order in which the import passes are loaded is |
| 24 | 24 | ## important. It is the same order they will register, and then be run |
| 25 | 25 | ## in. |
| 26 | 26 | |
| 27 | -package require vc::fossil::import::cvs::pass::collar ; # Coll'ect AR'chives. | |
| 28 | -package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect REV'isions. | |
| 27 | +package require vc::fossil::import::cvs::pass::collar ; # Coll'ect Ar'chives. | |
| 28 | +package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect Rev'isions. | |
| 29 | 29 | |
| 30 | 30 | # # ## ### ##### ######## ############# ##################### |
| 31 | 31 | ## Support for passes etc. |
| 32 | 32 | |
| 33 | 33 | package require vc::fossil::import::cvs::option ; # Cmd line parsing & database |
| 34 | 34 |
| --- tools/cvs2fossil/lib/cvs2fossil.tcl | |
| +++ tools/cvs2fossil/lib/cvs2fossil.tcl | |
| @@ -22,12 +22,12 @@ | |
| 22 | # # ## ### ##### ######## ############# ##################### |
| 23 | ## Passes. The order in which the import passes are loaded is |
| 24 | ## important. It is the same order they will register, and then be run |
| 25 | ## in. |
| 26 | |
| 27 | package require vc::fossil::import::cvs::pass::collar ; # Coll'ect AR'chives. |
| 28 | package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect REV'isions. |
| 29 | |
| 30 | # # ## ### ##### ######## ############# ##################### |
| 31 | ## Support for passes etc. |
| 32 | |
| 33 | package require vc::fossil::import::cvs::option ; # Cmd line parsing & database |
| 34 |
| --- tools/cvs2fossil/lib/cvs2fossil.tcl | |
| +++ tools/cvs2fossil/lib/cvs2fossil.tcl | |
| @@ -22,12 +22,12 @@ | |
| 22 | # # ## ### ##### ######## ############# ##################### |
| 23 | ## Passes. The order in which the import passes are loaded is |
| 24 | ## important. It is the same order they will register, and then be run |
| 25 | ## in. |
| 26 | |
| 27 | package require vc::fossil::import::cvs::pass::collar ; # Coll'ect Ar'chives. |
| 28 | package require vc::fossil::import::cvs::pass::collrev ; # Coll'ect Rev'isions. |
| 29 | |
| 30 | # # ## ### ##### ######## ############# ##################### |
| 31 | ## Support for passes etc. |
| 32 | |
| 33 | package require vc::fossil::import::cvs::option ; # Cmd line parsing & database |
| 34 |