Skip to content

Commit 6b5c2f1

Browse files
committed
correct spelling errors in IRC bridge configuration templates.
1 parent 2204da0 commit 6b5c2f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

roles/custom/matrix-bridge-appservice-irc/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ matrix_appservice_irc_ircService_servers: [] # noqa var-naming
454454
# # that sometimes they don't get around to it and end up ping timing us out.
455455
# # pingRateMs: 60000
456456
# # Choose which conditions the IRC bridge should kick Matrix users for. Decisions to this from
457-
# # defaults should be taken with care as it may dishonestly repesent Matrix users on the IRC
457+
# # defaults should be taken with care as it may dishonestly represent Matrix users on the IRC
458458
# # network, and cause your bridge to be banned.
459459
# kickOn:
460460
# # Kick a Matrix user from a bridged room if they fail to join the IRC channel.

roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ homeserver:
3131
# Default: true
3232
enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }}
3333

34-
# Which port should the appservice bind to. Can be overriden by the one provided in the
34+
# Which port should the appservice bind to. Can be overridden by the one provided in the
3535
# command line! Optional.
3636
# bindPort: 8090
3737

@@ -133,7 +133,7 @@ ircService:
133133
# Whether to enable hosting the setup widget page. Default: false.
134134
widget: false
135135

136-
# Config for the media proxy, required to serve publically accessible URLs to authenticated Matrix media
136+
# Config for the media proxy, required to serve publicly accessible URLs to authenticated Matrix media
137137
mediaProxy:
138138
# To generate a .jwk file:
139139
# $ node src/generate-signing-key.js > signingkey.jwk
@@ -142,7 +142,7 @@ ircService:
142142
ttlSeconds: 604800
143143
# The port for the media proxy to listen on
144144
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
145-
# The publically accessible URL to the media proxy
145+
# The publicly accessible URL to the media proxy
146146
publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}"
147147

148148
# Options here are generally only applicable to large-scale bridges and may have

0 commit comments

Comments
 (0)