summaryrefslogtreecommitdiff
path: root/packages/fcl-base
diff options
context:
space:
mode:
authormazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
committermazen <mazen@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-10-06 20:33:57 +0000
commit1d1b961888b4e115c21a5f00ec71c072239eab4c (patch)
tree71dedd660da3bf8f18d6d84b914126ac42c48041 /packages/fcl-base
parent99796cc4e024162d4ce0c1f13ca50f646a86d9b3 (diff)
downloadfpc-1d1b961888b4e115c21a5f00ec71c072239eab4c.tar.gz
* Fixed spell error revealed by lintian.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-base')
-rw-r--r--packages/fcl-base/examples/testez.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-base/examples/testez.pp b/packages/fcl-base/examples/testez.pp
index 4c901ba659..48070f4cbf 100644
--- a/packages/fcl-base/examples/testez.pp
+++ b/packages/fcl-base/examples/testez.pp
@@ -73,7 +73,7 @@ end;
// To determine how many environment variables have been stored you can
// use the VariableCount property.
//
-// The following procedure loops through all of the enviroment variables
+// The following procedure loops through all of the environment variables
// and prints them back to the client. This is a good CGI example to
// show you exactly what information you have to work with.