ispman/lib/ISPMan IMAP.pm,1.6,1.7 UserMan.pm,1.48,1.49

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21281/lib/ISPMan

Modified Files:
	IMAP.pm UserMan.pm 
Log Message:
Trivial fix: Spelling of "Don't"
(thanks to mads Kiilerich)

Index: UserMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/UserMan.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- UserMan.pm	5 Jun 2004 12:45:24 -0000	1.48
+++ UserMan.pm	21 Jun 2004 20:07:32 -0000	1.49
@@ -551,7 +551,7 @@
     my ( $userId, $domain ) = @_;
 
    # here is the logic to convert userName to user_domain_tld
-   # If you don't want this behaviour and just wasnt uid uncomment the next line;
+   # If you don't want this behaviour and just wasn't uid uncomment the next line;
    # return $userId;
 
     $domain =~ s/\./_/g;

Index: IMAP.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/IMAP.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- IMAP.pm	30 May 2004 23:35:37 -0000	1.6
+++ IMAP.pm	21 Jun 2004 20:07:32 -0000	1.7
@@ -74,7 +74,7 @@
 
     my $imap = $self->connect($server);
 
-    # Dont force prefix.
+    # Don't force prefix.
     #$mailbox=($mailbox=~/^user\./)?$mailbox:"user.$mailbox";
     log_event(
 "Trying to remove $mailbox from $server as $self->{'Config'}{'imapAdminUsername'}"
@@ -102,7 +102,7 @@
     my $server  = shift;
     my $imap    = $self->connect($server);
 
-    # Dont force prefix.
+    # Don't force prefix.
     #$mailbox=($mailbox=~/^user\./)?$mailbox:"user.$mailbox";
     log_event("Trying to add  $mailbox to  $server ");
 
@@ -118,7 +118,7 @@
     my ( $mailbox, $quota, $server ) = @_;
     my $imap = $self->connect($server);
 
-    # Dont force prefix.
+    # Don't force prefix.
     #$mailbox=($mailbox=~/^user\./)?$mailbox:"user.$mailbox";
     log_event("Trying to set quota on   $mailbox to  $server ");
     if ( $self->try( $imap->set_quota( $mailbox, $quota ) ) ) {



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.