Changeset 10378

Show
Ignore:
Timestamp:
10/08/10 14:11:40 (3 years ago)
Author:
mickecarlsson
Message:

Fixed spelling errors in page.modules.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/page.modules.php

    r10122 r10378  
    33/** Controls if online module and install/uninstall options are available. 
    44 * This is meant for when using external packaging systems (eg, deb or rpm) to manage 
    5  * modules. Package mantainers should set AMPEXTERNPACKAGES to true in /etc/amportal.conf. 
     5 * modules. Package maintainers should set AMPEXTERNPACKAGES to true in /etc/amportal.conf. 
    66 * Optionally, the other way is to remove the below lines, and instead just define  
    77 * EXTERNAL_PACKAGE_MANAGEMENT as 1. This prevents changing the setting from amportal.conf. 
     
    409409    } 
    410410     
    411     // Write out the erros, if there are additional actions that can be accomplished list those next with the choice to 
     411    // Write out the errors, if there are additional actions that can be accomplished list those next with the choice to 
    412412    // process which will ignore the ones with errors but process the rest. 
    413413    // 
     
    500500     
    501501    if ($online) { 
    502       // Check for annoucements such as security advisories, required updates, etc. 
     502      // Check for announcements such as security advisories, required updates, etc. 
    503503      // 
    504504      $announcements = module_get_annoucements();