aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-11 08:39:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-11 08:39:56 +1000
commitbb04df2ac99465505264496d3ddae9e693267291 (patch)
treeca6073acd6b17212285afea3787a7c574094ff0f /main.c
parent746a602515360c2119a445d352d20ebf300efd7c (diff)
Minor code tweaks: A few extra input validations, spelling corrections, etc
darcs-hash:20060710223956-ac50b-22d3b2adf570872564abf7ab68bb223d0c4a5308.gz
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5c3b32cf..47231dc5 100644
--- a/main.c
+++ b/main.c
@@ -90,7 +90,7 @@ static int read_init()
if( chdir( cwd ) == -1 )
{
/*
- If we can't change back to previos irectory, we'll stay in
+ If we can't change back to previos directory, we'll stay in
~. Should be a sane default behavior.
*/
}