From 3f0a1f7f88ac6728615f4cbdee7e9d7ebe40d5c2 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 24 Oct 2006 11:11:08 +0000
Subject: Typo fixes.
---
.../protected/pages/GettingStarted/CommandLine.page | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
(limited to 'demos')
diff --git a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
index cf204a40..690de59b 100644
--- a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
+++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
@@ -1,7 +1,7 @@
The optional prado-cli.php PHP script file in the framework
-directory provides command line tools to perform various tendious taks in Prado.
+directory provides command line tools to perform various tedious takes in Prado.
The prado-cli.php can be used to create Prado project skeletons, create
initial test fixtures, and access to an interactive PHP shell.
Command Line Tool
-The interactive shell allows you to evaluate PHP statements from te command line.
+The interactive shell allows you to evaluate PHP statements from the command line.
The prado-cli.php script can be used to start the shell and load an existing
Prado project. For example, let us load the blog demo project. Assume that your
command line is in the prado distribution directory and you type.
@@ -63,7 +63,7 @@ $: php framework/prado-cli.php shell demos/blog
The output should be