From: Mike D. Lowis Date: Sun, 2 Oct 2011 14:21:03 +0000 (-0400) Subject: Fix typo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fe62d9f1a7b02108739284ea73e772e0f9e46d4c;p=archive%2Fparse-utils.git Fix typo --- diff --git a/README.txt b/README.txt index 2b07464..11fff63 100644 --- a/README.txt +++ b/README.txt @@ -2,4 +2,4 @@ Overview ------------------------------------------------------------------------------- This module provides a collection of C++ classes for implementing parsers in C and C++. Among the classes provided are a homogenous abstract syntax tree -and an tree visitor. +and a tree visitor.