diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/cernrules.txt | 4 | ||||
-rw-r--r-- | samples/jumpsUnix.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/cernrules.txt b/samples/cernrules.txt index 90ca2f3f..6df8b301 100644 --- a/samples/cernrules.txt +++ b/samples/cernrules.txt @@ -123,7 +123,7 @@ # doubled as "%%". # # Rules are processed sequentially first to last for each request, a rule -# applies if the current URL matches URL1. The current URL is initally the +# applies if the current URL matches URL1. The current URL is initially the # URL for the resource the user is trying to access, but may change as the # result of applied Map rules. case-sensitive (!) string comparison is used, # in addition URL1 can contain one '*' which is interpreted as a wildcard @@ -277,7 +277,7 @@ # You have downloaded a bunch of HTML documents, and compressed them # to save space. Then you discover that links between the files don't # work, because they all use the names of the uncompressed files. The -# following kind of rule will alow you to navigate, invisibly accessing +# following kind of rule will allow you to navigate, invisibly accessing # the compressed files: # Map file://localhost/somedir/*.html file://localhost/somedir/*.html.gz # or, perhaps better: diff --git a/samples/jumpsUnix.html b/samples/jumpsUnix.html index 4c5359e4..77b1fea1 100644 --- a/samples/jumpsUnix.html +++ b/samples/jumpsUnix.html @@ -32,7 +32,7 @@ <dt>help<dd><a href="file://localhost/CFN/Help/UserHelpDesk.html">Help Desk</a> <dt>home<dd><a href="file://localhost/CFN/Home.html">Chebucto FreeNet Home Page</a> <dt>info<dd><a href="file://localhost/CFN/Utilities/FindingInfo.html">Finding Information</a> -<dt>ip<dd><a href="file://localhost/CFN/IP/InformationProvider.html">Information Providers Commitee</a> +<dt>ip<dd><a href="file://localhost/CFN/IP/InformationProvider.html">Information Providers Committee</a> <dt>lists<dd><a href="file://localhost/CFN/Services/MailListHome.html">Mailing Lists and Archives</a> <dt>mail<dd><a href="lynxprog:/cfn/bin/mail">Read and/or send mail</a> <dt>metrocan<dd><a href="file://localhost/CFN/MetroCAN.html">Metro*CAN Society</a> |