Changeset 1041

Show
Ignore:
Timestamp:
06/04/07 15:03:01 (2 years ago)
Author:
kraftche
Message:

Fix typos and spelling mistakes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/FileTokenizer.hpp

    r914 r1041  
    44 *  
    55 * Copyright 2004 Sandia Corporation.  Under the terms of Contract 
    6  * DE-AC04-94AL85000 with Sandia Coroporation, the U.S. Government 
     6 * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government 
    77 * retains certain rights in this software. 
    88 *  
     
    6565      /** \brief get next token 
    6666       * 
    67        * Get the next whitesapce-deliminated token from the file. 
     67       * Get the next whitespace-delimited token from the file. 
    6868       * NOTE: The returned string is only valid until the next 
    6969       *       call to any of the functions in this class that 
     
    7171       * 
    7272       * \return A pointer to the buffer space containing the string, 
    73        *         or NULL if an error occured. 
     73       *         or NULL if an error occurred. 
    7474       */ 
    7575    const char* get_string( ); 
     
    7777      /** \brief check for newline 
    7878       * 
    79        * Consume whitespace upto and including the next newline. 
     79       * Consume whitespace up to and including the next newline. 
    8080       * If a non-space character is found before a newline,  
    8181       * the function will stop, set the error message, and 
     
    9090      /** \brief Parse a sequence of double values. 
    9191       * 
    92        * Read the specified number of space-deliminated doubles. 
     92       * Read the specified number of space-delimited doubles. 
    9393       * 
    9494       * \param count   The number of values to read. 
     
    101101      /** \brief Parse a sequence of float values. 
    102102       * 
    103        * Read the specified number of space-deliminated doubles. 
     103       * Read the specified number of space-delimited doubles. 
    104104       * 
    105105       * \param count   The number of values to read. 
     
    111111      /** \brief Parse a sequence of integer values. 
    112112       * 
    113        * Read the specified number of space-deliminated ints. 
     113       * Read the specified number of space-delimited ints. 
    114114       * 
    115115       * \param count   The number of values to read. 
     
    121121      /** \brief Parse a sequence of integer values. 
    122122       * 
    123        * Read the specified number of space-deliminated ints. 
     123       * Read the specified number of space-delimited ints. 
    124124       * 
    125125       * \param count   The number of values to read. 
     
    131131      /** \brief Parse a sequence of integer values. 
    132132       * 
    133        * Read the specified number of space-deliminated ints. 
     133       * Read the specified number of space-delimited ints. 
    134134       * 
    135135       * \param count   The number of values to read. 
     
    141141      /** \brief Parse a sequence of integer values. 
    142142       * 
    143        * Read the specified number of space-deliminated ints. 
     143       * Read the specified number of space-delimited ints. 
    144144       * 
    145145       * \param count   The number of values to read. 
     
    151151      /** \brief Parse a sequence of bit or boolean values. 
    152152       * 
    153        * Read the specified number of space-deliminated values. 
     153       * Read the specified number of space-delimited values. 
    154154       * 
    155155       * \param count   The number of values to read.