comparison lib/readtokens.c @ 16358:a712776b11ce

maint: spelling fixes
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 05 Feb 2012 13:42:03 -0800
parents 18a38c9615f0
children e2c60dd50c61
comparison
equal deleted inserted replaced
16357:fb977cbd79e9 16358:a712776b11ce
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>. 17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 Written by Jim Meyering. */ 19 Written by Jim Meyering. */
20 20
21 /* This almost supercedes xreadline stuff -- using delim="\n" 21 /* This almost supersedes xreadline stuff -- using delim="\n"
22 gives the same functionality, except that these functions 22 gives the same functionality, except that these functions
23 would never return empty lines. */ 23 would never return empty lines. */
24 24
25 #include <config.h> 25 #include <config.h>
26 26