]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Tue, 17 May 2005 03:36:44 +0000 (03:36 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 May 2005 03:36:44 +0000 (03:36 +0000)
util/update_branches

index ae6ce533da916eb1de6e38f74f51eb0f7c141017..93651f6bd4ef58e4483823e680e96a75d7af1f41 100644 (file)
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: update_branches,v 1.13 2005/05/17 03:31:44 marka Exp $
+# $Id: update_branches,v 1.14 2005/05/17 03:36:44 marka Exp $
 
 #
 #  Track which branches are still open or not in the bind9 cvs repository.
@@ -121,7 +121,7 @@ close(FILES);
 open(BRANCHES, ">doc/private/newbranches") || die "can't open doc/private/branches: $!";
 print BRANCHES "\nBranch\t\t\t\tStatus\tWhom\t// Comments\n";
 print BRANCHES "----------------------------------------------------------\n\n";
-print BRANCHES "//\t\t\t\tnew\tnot yet clasified\n";
+print BRANCHES "//\t\t\t\tnew\tnot yet classified\n";
 print BRANCHES "//\t\t\t\topen\tdevelopement branch\n";
 print BRANCHES "//\t\t\t\tactive\tnot a development branch\n";
 print BRANCHES "//\t\t\t\treview\tready for review\n";