Changeset 1195

Show
Ignore:
Timestamp:
06/02/08 11:19:07 (6 months ago)
Author:
rats
Message:

* Fixed #1329: some typos in the engine perl files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1194 r1195  
    33 
    442008-06-02 Benedikt Heintel 
     5        - ENGINE: 
     6                * Fixed #1329: some typos in the engine perl files 
    57        - GUI: 
    68                * Fixed #1327: No switch back as admin when logged as reseller 
  • trunk/engine/ispcp-als-mngr

    r1157 r1195  
    186186 
    187187        # 
    188         # Let's construct nedded tags and entries; 
     188        # Let's construct needed tags and entries; 
    189189        # 
    190190        my %tag_hash = ( 
     
    207207 
    208208        # 
    209         # Let's get Sytem and Workind config files; 
     209        # Let's get System and Working config files; 
    210210        # 
    211211        my ($sys, $working) = ('', ''); 
     
    220220 
    221221        # 
    222         # Is the new domain entry exists ? 
     222        # Does the new domain entry exists ? 
    223223        # 
    224224        ($rs, $rdata) = get_tag($entry_b_val, $entry_e_val, $working); 
     
    232232 
    233233        # 
    234         # Let's contruct the replacement and do it; 
     234        # Let's construct the replacement and do it; 
    235235        # 
    236236        my $entry_repl = "$entry_b_val$entry_val$entry_e_val\n$entry_b$entry_e"; 
     
    252252        # 
    253253        # Here we'll replace data in production config file with data in working 
    254         # confing file. A little workaround will be done. If working copy data does not exist 
     254        # config file. A little workaround will be done. If working copy data does not exist 
    255255        # in production config then we will add it; 
    256256        # 
     
    322322 
    323323        # 
    324         # Let's construct nedded tags and entries; 
     324        # Let's construct needed tags and entries; 
    325325        # 
    326326        my %tag_hash = ( 
     
    343343 
    344344        # 
    345         # Let's get Sytem and Workind config files; 
     345        # Let's get Sytem and Working config files; 
    346346        # 
    347347        my ($sys, $working) = ('', ''); 
     
    356356 
    357357        # 
    358         # Is the new domain entry exists ? 
     358        # Does the new domain entry exists ? 
    359359        # 
    360360        ($rs, $rdata) = get_tag($entry_b_val, $entry_e_val, $working); 
     
    368368 
    369369        # 
    370         # Let's contruct the replacement and do it; 
     370        # Let's construct the replacement and do it; 
    371371        # 
    372372        # 
     
    10571057        } elsif ($rs == -5) { # No, We haven't ! We'll add it; 
    10581058                $sys .= $working; 
    1059         } else { # Some error that should not be happend ! Exitting... 
     1059        } else { # Some error that should not be happend ! Exiting... 
    10601060                return $rs; 
    10611061        } 
     
    12651265        } elsif ($rs == -5) { # No, We haven't ! We'll add it; 
    12661266                $sys .= $working; 
    1267         } else { # Some error that should not be happend ! Exitting... 
     1267        } else { # Some error that should not be happend ! Exiting... 
    12681268                return $rs; 
    12691269        } 
  • trunk/engine/ispcp-dmn-mngr

    r1192 r1195  
    139139 
    140140        # 
    141         # Let's construct nedded tags and entries; 
     141        # Let's construct needed tags and entries; 
    142142        # 
    143143        my %tag_hash = ( 
     
    160160 
    161161        # 
    162         # Let's get Sytem and Workind config files; 
     162        # Let's get System and Working config files; 
    163163        # 
    164164        my ($sys, $working) = ('', ''); 
     
    174174 
    175175        # 
    176         # Is the new domain entry exists ? 
     176        # Does the new domain entry exists ? 
    177177        # 
    178178        ($rs, $rdata) = get_tag($entry_b_val, $entry_e_val, $working); 
     
    186186 
    187187        # 
    188         # Let's contruct the replacement and do it; 
     188        # Let's construct the replacement and do it; 
    189189        # 
    190190        my $entry_repl = "$entry_b_val$entry_val$entry_e_val\n$entry_b$entry_e"; 
     
    275275 
    276276        # 
    277         # Let's construct nedded tags and entries; 
     277        # Let's construct needed tags and entries; 
    278278        # 
    279279        my %tag_hash = ( 
     
    296296 
    297297        # 
    298         # Let's get Sytem and Workind config files; 
     298        # Let's get Sytem and Working config files; 
    299299        # 
    300300        my ($sys, $working) = ('', ''); 
     
    310310 
    311311        # 
    312         # Is the new domain entry exists ? 
     312        # Does the new domain entry exists ? 
    313313        # 
    314314        ($rs, $rdata) = get_tag($entry_b_val, $entry_e_val, $working); 
     
    322322 
    323323        # 
    324         # Let's contruct the replacement and do it; 
     324        # Let's construct the replacement and do it; 
    325325        # 
    326326        # 
  • trunk/engine/setup/ispcp-setup-methods.pl

    r1137 r1195  
    785785 
    786786    # 
    787     # Let's construct nedded tags and entries; 
     787    # Let's construct needed tags and entries; 
    788788    # 
    789789 
     
    810810 
    811811    # 
    812     # Let's get Sytem and Workind config files; 
     812    # Let's get System and Working config files; 
    813813    # 
    814814 
     
    840840 
    841841    # 
    842     # Let's contruct the replacement and do it; 
     842    # Let's construct the replacement and do it; 
    843843    # 
    844844