Skip to content

Commit 8a486c4

Browse files
author
Peter Hilton
committed
Docs: fixed typos
1 parent 2c5f1d4 commit 8a486c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

documentation/manual/configuration.textile

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Default: @PLAY_LANG@
4040

4141
h3(#application.langs). application.langs
4242

43-
Defines locales used by your application. You can then place localized messages in @conf/messages.{locale}@ files. The value is a comma-separated list of language codes, for example:
43+
Defines locales used by your application. You can then place localised messages in @conf/messages.{locale}@ files. The value is a comma-separated list of language codes, for example:
4444

4545
bc. application.langs=fr,en,ja
4646

@@ -99,7 +99,7 @@ Default: no value.
9999

100100
h3(#application.secret). application.secret
101101

102-
The secret key is used to secure cryptographics functions, usually set by the @play new@ or @play secret@ command. If you deploy your application to several instances be sure to use the same key. For example:
102+
The secret key is used to secure cryptographic functions, usually set by the @play new@ or @play secret@ command. If you deploy your application to several instances be sure to use the same key. For example:
103103

104104
bc. application.secret=mNuAvlsFVjeuynN4IWZxZzFOHYVagafzjruHmWTL26VISKr46rUtyGcJuX7aYx4q
105105

@@ -319,7 +319,7 @@ Default: @1@
319319

320320
h3(#db.pool.timeout). db.pool.timeout
321321

322-
Connection pool time-out in milliseoncds. See the "c3p0 documentation":http://www.mchange.com/projects/c3p0/#checkoutTimeout. For example:
322+
Connection pool time-out in milliseconds. See the "c3p0 documentation":http://www.mchange.com/projects/c3p0/#checkoutTimeout. For example:
323323

324324
bc. db.pool.timeout=10000
325325

@@ -342,7 +342,7 @@ Database connection user name, used with "db.url":#db.url.
342342
Default: none, or @sa@ when "db":#db is set to @mem@ or @fs@.
343343

344344

345-
h2(#evolutions). Database evoluations
345+
h2(#evolutions). Database evolutions
346346

347347

348348
h3(#evolutions.enabled). evolutions.enabled
@@ -356,7 +356,7 @@ Default: @true@
356356

357357
h2(#hibernate). Hibernate
358358

359-
You can specify additional hibernate properties. For example, to enable SQL comments:
359+
You can specify additional Hibernate properties. For example, to enable SQL comments:
360360

361361
bc. hibernate.use_sql_comments=true
362362

@@ -377,7 +377,7 @@ HTTP listener address, to restrict addresses the server listens on. For example:
377377

378378
bc. http.address=127.0.0.1
379379

380-
Default: the server listens for HTTP on the wilcard address.
380+
Default: the server listens for HTTP on the wildcard address.
381381

382382

383383
h3(#http.cacheControl). http.cacheControl
@@ -462,7 +462,7 @@ Custom @USER_AGENT@ header value for web services requests. For example:
462462

463463
bc. http.userAgent=myApp 1.0
464464

465-
Defualt: none.
465+
Default: none.
466466

467467

468468
h3(#https.port). https.port
@@ -721,7 +721,7 @@ Default: @smtp@
721721

722722
h3(#mail.smtp.socketFactory.class). mail.smtp.socketFactory.class
723723

724-
When using SSL connections with JavaMail, the default SSL behavior is to drop the connection if the remote server certificate is not signed by a root certificate. This is the case in particular when using a self-signed certificate. Play’s default behavior is to skip that check. You can control this using this property.
724+
When using SSL connections with JavaMail, the default SSL behaviour is to drop the connection if the remote server certificate is not signed by a root certificate. This is the case in particular when using a self-signed certificate. Play’s default behaviour is to skip that check. You can control this using this property.
725725

726726

727727
h3(#mail.smtp.user). mail.smtp.user
@@ -783,7 +783,7 @@ Default: none - no maximum.
783783

784784
h3(#play.pool). play.pool
785785

786-
Execution pool size. Try to keep this as low as possible. Setting this to 1 thread will serialize all requests (very useful for debugging purpose). For example:
786+
Execution pool size. Try to keep this as low as possible. Setting this to 1 thread will serialise all requests (very useful for debugging purpose). For example:
787787

788788
bc. play.pool=10
789789

0 commit comments

Comments
 (0)