Skip to content

Commit 78bdf6e

Browse files
committed
Typo fix.
1 parent 39d3b5c commit 78bdf6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChirpStack v3 to v4 data-migration
22

3-
This utilty migrates data from a single ChirpStack Application Server instance
3+
This utility migrates data from a single ChirpStack Application Server instance
44
and one or multiple ChirpStack Network Server instances (in case of multiple-regions)
55
into the new ChirpStack v4 data-structure.
66

@@ -27,13 +27,13 @@ Usage example:
2727
--ns-config-file /etc/chirpstack-network-server/chirpstack-network-server.toml
2828
```
2929

30-
**Warning:** only run this against an empty ChirpStack v4 database as this utilty
30+
**Warning:** only run this against an empty ChirpStack v4 database as this utility
3131
will drop all tenants and users from the ChirpStack v4 database.
3232

3333
## Notes
3434

35-
* This utilty is compatible with the ChirpStack v4.4.0 or later database schema.
36-
* This utilty does not support [environment variables](https://www.chirpstack.io/docs/chirpstack/configuration.html#environment-variables) in configuration files, like ChirpStack does.
35+
* This utility is compatible with the ChirpStack v4.4.0 or later database schema.
36+
* This utility does not support [environment variables](https://www.chirpstack.io/docs/chirpstack/configuration.html#environment-variables) in configuration files, like ChirpStack does.
3737

3838
## Building from source
3939

0 commit comments

Comments
 (0)