From f5c895d3d98c3661ced00ab1ab62a8a4d54e9289 Mon Sep 17 00:00:00 2001
From: Alain Reguera Delgado
Date: Dec 03 2010 12:55:30 +0000
Subject: Update documentation manual.
---
diff --git a/Manuals/en/Html/Repository/repository_40.html b/Manuals/en/Html/Repository/repository_40.html
index f9e434d..c63be62 100644
--- a/Manuals/en/Html/Repository/repository_40.html
+++ b/Manuals/en/Html/Repository/repository_40.html
@@ -730,7 +730,7 @@ parameters on.
In order to use positional paramenters passed as command-line, we use
the ARGUMENTS global variable which is defined at cli
-function, and ocasionally, farther redefined (by
+function, and occasionally, farther redefined (by
cli_doParseArgumentsReDef
) as long as it may be convenient.
diff --git a/Manuals/en/Info/Repository/repository.info.bz2 b/Manuals/en/Info/Repository/repository.info.bz2
index 3cea4c9..9640f3b 100644
Binary files a/Manuals/en/Info/Repository/repository.info.bz2 and b/Manuals/en/Info/Repository/repository.info.bz2 differ
diff --git a/Manuals/en/Plaintext/Repository/repository.txt b/Manuals/en/Plaintext/Repository/repository.txt
index aecd8df..187e06a 100644
--- a/Manuals/en/Plaintext/Repository/repository.txt
+++ b/Manuals/en/Plaintext/Repository/repository.txt
@@ -3358,7 +3358,7 @@ introductory information to global functions you can use inside
In order to use positional paramenters passed as command-line, we
use the ARGUMENTS global variable which is defined at `cli'
- function, and ocasionally, farther redefined (by
+ function, and occasionally, farther redefined (by
`cli_doParseArgumentsReDef') as long as it may be convenient.
-- Function: cli_getActionArguments
diff --git a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi
index 1cf828a..250a56d 100644
--- a/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi
+++ b/Manuals/en/Texinfo/Repository/trunk/Scripts/Bash/Functions.texi
@@ -627,7 +627,7 @@ parameters on.
In order to use positional paramenters passed as command-line, we use
the @var{ARGUMENTS} global variable which is defined at @code{cli}
-function, and ocasionally, farther redefined (by
+function, and occasionally, farther redefined (by
@code{cli_doParseArgumentsReDef}) as long as it may be convenient.
@end defun