Skip to content

Commit a90c53e

Browse files
authored
Merge pull request #62 from kianmeng/fix-typos
Fix typos
2 parents 80ab63b + 3e448b2 commit a90c53e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
* Updating p1_utils to version 1.0.23.
3838
* Switch from using Travis to Github Actions as CI
3939
* Add support for MIX roster extension
40-
* Allow childrens inside address element
40+
* Allow children inside address element
4141
* Make compatible with OTP24
42-
* Allow arbitrary childrens inside vCard
42+
* Allow arbitrary children inside vCard
4343

4444
# Version 1.5.3
4545

@@ -57,9 +57,9 @@
5757
* Allow to free socket/parser/tls when session get detached
5858
* Add support for XEP-0430: Inbox
5959
* Add support for XEP-0333: Chat Markers
60-
* Add missing applicaitons to xmpp.app
60+
* Add missing applications to xmpp.app
6161
* Fix timezone in timestamp used by XEP-0202
62-
* Don't throw exception when client send invalid lenght sasl response
62+
* Don't throw exception when client send invalid length sasl response
6363

6464
# Version 1.5.1
6565

@@ -205,7 +205,7 @@
205205

206206
* Updating fast_tls to version 1.0.26.
207207
* Add support for XEP-0048 and XEP-0411
208-
* Add logging of data transmited over xml sockets
208+
* Add logging of data transmitted over xml sockets
209209
* Add functions for processing white space pings
210210
* Validate xml:lang values
211211
* Fix encoding of timestamp with negative TZ offsets
@@ -395,7 +395,7 @@ Evgeniy Khramtsov:
395395

396396
# Version 1.1.4
397397

398-
* Support for password on MUC subcribe (Badlop)
398+
* Support for password on MUC subscribe (Badlop)
399399

400400
# Version 1.1.3
401401

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ can be used, such as [serr_not_well_formed/0](doc/API.md#serr_not_well_formed0)
195195
The text element is represented by `#text{}` record (of `text()` type).
196196
Some record fields, such as `#message.body` or `#presence.status`,
197197
contain a list of text elements (i.e. `[text()]`).
198-
To avoid writting a lot of extracting code the following functions can be used
198+
To avoid writing a lot of extracting code the following functions can be used
199199
to manipulate with `text()` elements: [get_text/1](doc/API.md#get_text1),
200200
[get_text/2](doc/API.md#get_text2), [mk_text/1](doc/API.md#mk_text1) and [mk_text/2](doc/API.md#mk_text2).
201201

src/pubsub_node_config.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ encode_item_expire(Value, Lang, IsRequired) ->
17861786
type = 'text-single', options = Opts, desc = <<>>,
17871787
label =
17881788
xmpp_tr:tr(Lang,
1789-
?T("Number of seconds after which to automaticall"
1789+
?T("Number of seconds after which to automatically"
17901790
"y purge items, or `max` for no specific "
17911791
"limit other than a server imposed maximum"))}.
17921792

0 commit comments

Comments
 (0)