From 8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a Mon Sep 17 00:00:00 2001 From: uqs Date: Fri, 30 Dec 2011 00:04:11 +0000 Subject: Spelling fixes for tools/ Add some $FreeBSD$ tags so svn will allow the commit. --- tools/regression/usr.bin/sed/math.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/regression/usr.bin/sed') diff --git a/tools/regression/usr.bin/sed/math.sed b/tools/regression/usr.bin/sed/math.sed index cdd18d6..8c8de37 100644 --- a/tools/regression/usr.bin/sed/math.sed +++ b/tools/regression/usr.bin/sed/math.sed @@ -57,7 +57,7 @@ x s//\1(\2)/ b loop } -# pull any burried exponents +# pull any buried exponents /^\(.*[^0-9]\)\([0-9][0-9]*^[0-9][0-9]*\)$/{ s//\1(\2)/ b loop -- cgit v1.1