From: Tim Pope Date: Tue, 14 Dec 2004 19:13:02 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=63dfdd3a463f56a9787c21dec81d92d008b9d782 Fixed typo --- diff --git a/perl/sctweb b/perl/sctweb index 77f9c18..dc5815b 100755 --- a/perl/sctweb +++ b/perl/sctweb @@ -146,7 +146,7 @@ sub capitalize { s/\bGen\b/General/g; s/\bIntro\b/Introduction/g; s/\bPrgm\b/Programming/g; - s/\bOp Sys\b/Operatiing System/g; + s/\bOp Sys\b/Operating System/g; #s/\bGovt\b/Government/g; s/\bLit\b/Literature/g; s/\bPrin\b/Principles/g;