Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PEdit.inc.php

    r332 r334  
    77 * which will be printed to the client browser under normal
    88 * circumstances, but an authenticated user can 'edit' the document--
    9  * data stored in vars will be shown in html form elements to be editied
     9 * data stored in vars will be shown in html form elements to be edited
    1010 * and saved. Posted data is stored in XML format in a specified data dir.
    1111 * A copy of the previous version is saved with the unix
     
    313313
    314314    /**
    315      * Prints the endig </form> HTML tag, as well as buttons used during
     315     * Prints the ending </form> HTML tag, as well as buttons used during
    316316     * different operations.
    317317     *
     
    409409
    410410    /*
    411     * Returns a secreat hash for the current file.
     411    * Returns a secret hash for the current file.
    412412    *
    413413    * @access   public
     
    693693        // Ensure specified version exists.
    694694        if (!file_exists($version_file)) {
    695             $app->logMsg(sprintf('Cannot restore non-existant file: %s', $version_file), LOG_NOTICE, __FILE__, __LINE__);
     695            $app->logMsg(sprintf('Cannot restore non-existent file: %s', $version_file), LOG_NOTICE, __FILE__, __LINE__);
    696696            return false;
    697697        }
Note: See TracChangeset for help on using the changeset viewer.