Author: neoclust
Date: Tue Jan 30 20:26:02 2007
New Revision: 115571

Modified:
   packages/cooker/trac/current/SOURCES/Trac.pm

Log:
SILENT: Fix typos

Modified: packages/cooker/trac/current/SOURCES/Trac.pm
==============================================================================
--- packages/cooker/trac/current/SOURCES/Trac.pm        (original)
+++ packages/cooker/trac/current/SOURCES/Trac.pm        Tue Jan 30 20:26:02 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
 # version 0.5
-# Copyright (C) 2004-2005 Michael Scherer
+# Copyright (C) 2004-2005-2006-2007 Michael Scherer
 # Author: Michael Scherer <[EMAIL PROTECTED]>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -36,7 +36,7 @@
 my $wiz = new MDK::Wizard::Wizcommon;
 my $in = interactive->vnew;
 
-my $TRAC_REPOSITORY_PATH_BASE = '/var/trac/project/';
+my $TRAC_REPOSITORY_PATH_BASE = '/var/trac/project';
 my $TRAC_TEMPLATE_PATH = '/usr/share/trac/templates';
 
 my $o = {
@@ -132,7 +132,7 @@
     trac_creation => {
         name => N("Trac creation :"),
         data => [
-        { label => N("Now, the trac repository wil be created and 
configurated.") }
+        { label => N("Now, the trac repository will be created and 
configurated.") }
         ],
         complete => sub {
             my $_win = $in->wait_message("Repository creation","Trac 
repository is being created.");

Reply via email to