Skip to content

Commit 2b63ec0

Browse files
committed
Fix spelling
1 parent 376e9bc commit 2b63ec0

10 files changed

Lines changed: 22 additions & 22 deletions

5.0/lucee-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Path placeholders:
8282
The option must be enabled prior to entering the blocking operation to have effect.
8383
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
8484
(in milliseconds)
85-
client-timeout - how long a conection kep established (in milliseconds)
85+
client-timeout - how long a connection is kept established (in milliseconds)
8686
lock-timeout - define how long a request wait for a lock (in milliseconds)
8787
-->
8888
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
@@ -181,7 +181,7 @@ Path placeholders:
181181
example: /somedir/
182182
183183
physical:
184-
physical path to the apllication
184+
physical path to the application
185185
example: d:/projects/app1/webroot/somedir/
186186
187187
archive:
@@ -276,7 +276,7 @@ Path placeholders:
276276
caster-class: shortcut (modern,classic) or AMFCaster class.
277277
- classic (default): Build in AMFCaster follows the implementation of other engines.
278278
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
279-
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
279+
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
280280
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
281281
-->
282282
<flex configuration="manual"/>

5.0/lucee-web.xml.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Path placeholders:
1515
<!--
1616
arguments:
1717
close-connection - write connection-close to response header
18-
suppress-whitespace - supress white space in response
18+
suppress-whitespace - suppress white space in response
1919
show-version - show lucee version uin response header
2020
-->
2121
<setting/>
@@ -99,7 +99,7 @@ Path placeholders:
9999
example: /somedir/
100100
101101
physical:
102-
physical path to the apllication
102+
physical path to the application
103103
example: d:/projects/app1/webroot/somedir/
104104
105105
archive:

5.1/lucee-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Path placeholders:
8282
The option must be enabled prior to entering the blocking operation to have effect.
8383
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
8484
(in milliseconds)
85-
client-timeout - how long a conection kep established (in milliseconds)
85+
client-timeout - how long a connection is kept established (in milliseconds)
8686
lock-timeout - define how long a request wait for a lock (in milliseconds)
8787
-->
8888
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
@@ -181,7 +181,7 @@ Path placeholders:
181181
example: /somedir/
182182
183183
physical:
184-
physical path to the apllication
184+
physical path to the application
185185
example: d:/projects/app1/webroot/somedir/
186186
187187
archive:
@@ -276,7 +276,7 @@ Path placeholders:
276276
caster-class: shortcut (modern,classic) or AMFCaster class.
277277
- classic (default): Build in AMFCaster follows the implementation of other engines.
278278
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
279-
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
279+
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
280280
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
281281
-->
282282
<flex configuration="manual"/>

5.1/lucee-web.xml.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Path placeholders:
1515
<!--
1616
arguments:
1717
close-connection - write connection-close to response header
18-
suppress-whitespace - supress white space in response
18+
suppress-whitespace - suppress white space in response
1919
show-version - show lucee version uin response header
2020
-->
2121
<setting/>
@@ -99,7 +99,7 @@ Path placeholders:
9999
example: /somedir/
100100
101101
physical:
102-
physical path to the apllication
102+
physical path to the application
103103
example: d:/projects/app1/webroot/somedir/
104104
105105
archive:

5.2/lucee-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Path placeholders:
8282
The option must be enabled prior to entering the blocking operation to have effect.
8383
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
8484
(in milliseconds)
85-
client-timeout - how long a conection kep established (in milliseconds)
85+
client-timeout - how long a connection is kept established (in milliseconds)
8686
lock-timeout - define how long a request wait for a lock (in milliseconds)
8787
-->
8888
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
@@ -182,7 +182,7 @@ Path placeholders:
182182
example: /somedir/
183183
184184
physical:
185-
physical path to the apllication
185+
physical path to the application
186186
example: d:/projects/app1/webroot/somedir/
187187
188188
archive:
@@ -279,7 +279,7 @@ Path placeholders:
279279
caster-class: shortcut (modern,classic) or AMFCaster class.
280280
- classic (default): Build in AMFCaster follows the implementation of other engines.
281281
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
282-
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
282+
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
283283
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
284284
-->
285285
<flex configuration="manual"/>

5.2/lucee-web.xml.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Path placeholders:
1515
<!--
1616
arguments:
1717
close-connection - write connection-close to response header
18-
suppress-whitespace - supress white space in response
18+
suppress-whitespace - suppress white space in response
1919
show-version - show lucee version uin response header
2020
-->
2121
<setting/>
@@ -98,7 +98,7 @@ Path placeholders:
9898
example: /somedir/
9999
100100
physical:
101-
physical path to the apllication
101+
physical path to the application
102102
example: d:/projects/app1/webroot/somedir/
103103
104104
archive:

5.3/lucee-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Path placeholders:
8282
The option must be enabled prior to entering the blocking operation to have effect.
8383
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
8484
(in milliseconds)
85-
client-timeout - how long a conection kep established (in milliseconds)
85+
client-timeout - how long a connection is kept established (in milliseconds)
8686
lock-timeout - define how long a request wait for a lock (in milliseconds)
8787
-->
8888
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
@@ -182,7 +182,7 @@ Path placeholders:
182182
example: /somedir/
183183
184184
physical:
185-
physical path to the apllication
185+
physical path to the application
186186
example: d:/projects/app1/webroot/somedir/
187187
188188
archive:
@@ -279,7 +279,7 @@ Path placeholders:
279279
caster-class: shortcut (modern,classic) or AMFCaster class.
280280
- classic (default): Build in AMFCaster follows the implementation of other engines.
281281
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
282-
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
282+
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
283283
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
284284
-->
285285
<flex configuration="manual"/>

5.3/lucee-web.xml.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Path placeholders:
1515
<!--
1616
arguments:
1717
close-connection - write connection-close to response header
18-
suppress-whitespace - supress white space in response
18+
suppress-whitespace - suppress white space in response
1919
show-version - show lucee version uin response header
2020
-->
2121
<setting/>
@@ -98,7 +98,7 @@ Path placeholders:
9898
example: /somedir/
9999
100100
physical:
101-
physical path to the apllication
101+
physical path to the application
102102
example: d:/projects/app1/webroot/somedir/
103103
104104
archive:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ Special thanks to @rye ([Kristofer Rye](https://github.com/rye)) and @hawkrives
241241

242242
# License
243243

244-
The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other softwares are available under their respective licenses.
244+
The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other software are available under their respective licenses.

matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ config:
3333

3434
tags:
3535

36-
# plain tags for minor verions
36+
# plain tags for minor versions
3737
'5.3': &5_3
3838
TOMCAT_VERSION: '9.0'
3939
TOMCAT_JAVA_VERSION: 'jre11-temurin-jammy'

0 commit comments

Comments
 (0)