Skip to content

Commit d643593

Browse files
kianmenggotthardp
authored andcommitted
Fix typos
1 parent e6fdccf commit d643593

12 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The server:
5454
over-the-air activation (OTAA).
5555
* Supports both unconfirmed and confirmed data uplink and downlink.
5656
* Supports multicast to user-defined groups.
57-
* Supports all regions standartized in LoRaWAN 1.0.3 Regional Parameters for
57+
* Supports all regions standardized in LoRaWAN 1.0.3 Regional Parameters for
5858
Europe, US, China, Australia, Asia, South Korea, India and Russia.
5959
* Provides a network management interface.
6060
* Supports both manual and automatic configuration of data rate (ADR) and other parameters.

doc/Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The function may return:
138138
139139
### handle_delivery({Network, Profile, Node}, Result, Receipt)
140140
141-
The `handle_delivery/3` will be called after successfull or unsuccessfull delivery
141+
The `handle_delivery/3` will be called after successful or unsuccessful delivery
142142
of a confirmed downlink frame:
143143
- **Network** parameters where the node is operating
144144
- **Profile** of the node

doc/Connectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To create a new connector you set:
2828
topic for event messages.
2929
- **Subscribe QoS** determines reliability of the subscriptions.
3030
- **Subscribe**, which is a topic to be subscribed. It may include broker specific
31-
wilcards, e.g. `in/#`. The MQTT broker will then send messages with a matching
31+
wildcards, e.g. `in/#`. The MQTT broker will then send messages with a matching
3232
topic to this connector.
3333
- **Received Topic**, which is a template for parsing the topic of received
3434
(subscribed) messages, e.g. `in/{devaddr}`. This can be used to retrieve the
@@ -44,7 +44,7 @@ If the Connector is *Enabled* the server will automatically connect to the
4444
backend server and subscribe this topic.
4545

4646
When a *Failed* flag is raised, the connector is inactive and no connection is
47-
established. To re-establish the connection after an error occures, fix the
47+
established. To re-establish the connection after an error occurs, fix the
4848
indicated root cause and then remove the flag to reactivate the connector.
4949

5050
On the Authentication tab:

doc/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ starts one process for each incoming each connection:
2929
- **lorawan_admin_...** modules provide handlers for the REST API. They interact with
3030
the mnesia database only.
3131
- **lorawan_connector_ws** provide handler for the WebSocket interface. One
32-
handler invoked for each incoming connection, ot joins a given pg2 group as
32+
handler invoked for each incoming connection, to joins a given pg2 group as
3333
every connector and then filters the uplink frames based on given URI.
3434

3535

doc/Handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Handlers define externally handled application, including:
44
* Format of the uplink and downlink messages
5-
* Data fields forwared via the backend *Connectors*
5+
* Data fields forwarded via the backend *Connectors*
66
* Retransmission logic for confirmed downlinks
77

88
Each Handler may be linked with one or more backend *Connectors*, which handle

doc/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You will need the following prerequisites:
147147
* On Windows follow the [installation instructions](https://www.rebar3.org/docs/getting-started).
148148
* On Mac OS, run `brew install rebar`.
149149
* npm, the JavaScript package manager.
150-
* On Linux follow the instructions bellow.
150+
* On Linux follow the instructions below.
151151
* On Windows, install the [Node.js](https://nodejs.org/en/).
152152
* On Mac OS, run `brew install node`.
153153

doc/Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integration Guide
22

3-
This document desribes specific configuration required to integrate with the
3+
This document describes specific configuration required to integrate with the
44
following IoT cloud platforms:
55
* [Amazon AWS IoT](https://aws.amazon.com/iot/)
66
* [IBM Watson IoT Platform](https://www.ibm.com/cloud-computing/bluemix/internet-of-things)

doc/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ frames and (optionally) send downlink frames.
6565

6666
Handlers define externally handled application, including:
6767
* Format of the uplink and downlink messages
68-
* Data fields forwared via the backend *Connectors*
68+
* Data fields forwarded via the backend *Connectors*
6969
* Retransmission logic for confirmed downlinks
7070

7171
Each Handler may be linked with one or more backend Connectors, which handle

doc/Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ listing of errors and warnings is in the server logs.
7676
Each record contains
7777
- **Severity** of the issue: error, warning or info.
7878
- **First Occurred** timestamp
79-
- **Last Occurred** timestamp, which gets updated everytime this event occurs.
79+
- **Last Occurred** timestamp, which gets updated every time this event occurs.
8080
- **Count** of occurrences, which gets increased by 1.
8181
- **Entity** concerned by the event: server, gateway, device, node, connector.
8282
- **EId**, which is an identifier of the concerned entity.

include/lorawan_db.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
app :: binary(),
219219
devaddr :: devaddr(),
220220
location :: any(),
221-
gateways :: [{binary(), #rxq{}}], % singnal quality at each gateway
221+
gateways :: [{binary(), #rxq{}}], % signal quality at each gateway
222222
average_qs :: 'undefined' | {number(), number()}, % average RSSI and SNR
223223
powe:: integer(),
224224
fcnt :: integer(),

src/lorawan_gw_forwarder.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ handle_info({udp, Socket, _Host, _Port, <<_Version, Token:16, 5, MAC:8/binary, D
8383
end,
8484
case trim_json(Data) of
8585
<<>> ->
86-
% no error occured
86+
% no error occurred
8787
ok;
8888
_ ->
8989
case catch jsx:decode(Data, [return_maps, {labels, atom}]) of

src/lorawan_mac.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ check_fcnt({Network, Profile, Node}, FCnt) ->
296296
rxwin_use=Network#network.rxwin_init, rxwin_failed=[],
297297
last_reset=calendar:universal_time(), devstat_fcnt=undefined, last_qs=[]}};
298298
Profile#profile.fcnt_check == 3, FCnt == 0 ->
299-
% somebody might be constantly reseting the device
299+
% somebody might be constantly resetting the device
300300
{ok, uplink, Node#node{fcntup = 0, fcntdown = 0}};
301301
Profile#profile.fcnt_check == 3 ->
302302
% checks disabled

0 commit comments

Comments
 (0)