Skip to content

Commit

Permalink
NOISSUE - Fix some typos (#1212)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Obukhov <dev@sprql.space>
  • Loading branch information
sprql authored Jun 29, 2020
1 parent f08807c commit 5d7762c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bootstrap/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ definitions:
description: Free-form custom configuration.
client_cert:
type: string
description: Client certrificate.
description: Client certificate.
client_key:
type: string
description: Key for the client_cert.
Expand Down
2 changes: 1 addition & 1 deletion http/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ paths:
415:
description: Message discarded due to invalid or missing content type.
500:
description: Unexpected server-side error occured.
description: Unexpected server-side error occurred.
6 changes: 3 additions & 3 deletions mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ default values.
| MF_MQTT_ADAPTER_MQTT_PORT | mProxy port | 1883 |
| MF_MQTT_ADAPTER_MQTT_TARGET_HOST | MQTT broker host | 0.0.0.0 |
| MF_MQTT_ADAPTER_MQTT_TARGET_PORT | MQTT broker port | 1883 |
| MF_MQTT_ADAPTER_WS_PORT | mProxy MQTT iver WS port | 8080 |
| MF_MQTT_ADAPTER_WS_PORT | mProxy MQTT over WS port | 8080 |
| MF_MQTT_ADAPTER_WS_TARGET_HOST | MQTT broker host for MQTT over WS | localhost |
| MF_MQTT_ADAPTER_WS_TARGET_PORT | MQTT boroker port for MQTT over WS | 8080 |
| MF_MQTT_ADAPTER_WS_TARGET_PORT | MQTT broker port for MQTT over WS | 8080 |
| MF_MQTT_ADAPTER_WS_TARGET_PATH | MQTT broker MQTT over WS path | /mqtt |
| MF_MQTT_ADAPTER_FORWARDER_TIMEOUT | MQTT forwarder for multiprotocol communication timeout | 30s |
| MF_NATS_URL | NATS broker URL | nats://127.0.0.1:4222 |
Expand Down Expand Up @@ -106,4 +106,4 @@ MF_AUTH_CACHE_URL=[Auth cache URL] \
MF_AUTH_CACHE_PASS=[Auth cache pass] \
MF_AUTH_CACHE_DB=[Auth cache DB name] \
$GOBIN/mainflux-mqtt
```
```
2 changes: 1 addition & 1 deletion pkg/errors/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestContains(t *testing.T) {
contains: true,
},
{
desc: "superset wrapper error containes subset wrapper error",
desc: "superset wrapper error contains subset wrapper error",
container: wrap(level),
contained: wrap(level / 2),
contains: false,
Expand Down
2 changes: 1 addition & 1 deletion readers/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ paths:

responses:
ServiceError:
description: Unexpected server-side error occured.
description: Unexpected server-side error occurred.

definitions:
MessagePage:
Expand Down

0 comments on commit 5d7762c

Please sign in to comment.