[vhffs-dev] [1486] Fixed typo in history message |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1486
Author: beuss
Date: 2009-07-30 23:01:03 +0200 (Thu, 30 Jul 2009)
Log Message:
-----------
Fixed typo in history message
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Robots/Cvs.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Cvs.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Cvs.pm 2009-07-30 05:49:27 UTC (rev 1485)
+++ trunk/vhffs-api/src/Vhffs/Robots/Cvs.pm 2009-07-30 21:01:03 UTC (rev 1486)
@@ -70,7 +70,7 @@
Vhffs::Functions::chmod_recur( $dir , 0664 , 02775 );
Vhffs::Functions::change_owner_recur( $dir , $cvs->get_owner_uid , $cvs->get_owner_gid );
- $cvs->add_history('The Robots created the subversion repository');
+ $cvs->add_history('The Robots created the cvs repository');
$cvs->set_status( Vhffs::Constants::ACTIVATED );
$cvs->commit;