Skip to content

Commit 3f5abef

Browse files
timgates42sijis
andauthored
docs: Fix a few typos (#1589)
* docs: Fix a few typos There are small typos in: - docs/_static/fancybox/jquery.fancybox.js - docs/user_guide/configuration/slackv3.rst - errbot/plugin_manager.py Fixes: - Should read `systemctl` rather than `systemclt`. - Should read `subscribed` rather than `subscrbed`. - Should read `necessary` rather than `neccessary`. * docs: add info to CHANGES Co-authored-by: Sijis Aviles <[email protected]>
1 parent 16a6fa8 commit 3f5abef

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fixes:
1212
- backend/xmpp: fix forward type references (#1578)
1313
- chore: remove campfire references (#1584)
1414
- chore/setup: fix exception when installing on python <3.7 (#1585)
15+
- docs: typos (#1589)
1516

1617

1718
v6.1.9 (2022-06-11)

docs/_static/fancybox/jquery.fancybox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
coming.scrolling = 'scroll';
882882
}
883883

884-
// Build the neccessary markup
884+
// Build the necessary markup
885885
coming.wrap = $(coming.tpl.wrap).addClass('fancybox-' + (isTouch ? 'mobile' : 'desktop') + ' fancybox-type-' + type + ' fancybox-tmp ' + coming.wrapCSS).appendTo(coming.parent || 'body');
886886

887887
$.extend(coming, {

docs/user_guide/configuration/slackv3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Current token with Events Socket-mode client
118118
Create a current bot token, enable socket mode. Configure errbot to use the bot and app tokens and start using Slack.
119119
Read `socket-mode <https://github.com/slackapi/python-slack-sdk/blob/main/docs-src/socket-mode/index.rst>`_ for instructions on setting up Socket-mode.
120120

121-
Ensure the bot is also subscrbed to the following events:
121+
Ensure the bot is also subscribed to the following events:
122122

123123
- `file_created`
124124
- `file_public`

errbot/plugin_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def is_docker():
7676
log.info('Installing packages from "%s".', req_path)
7777
# use sys.executable explicitly instead of just 'pip' because depending on how the bot is deployed
7878
# 'pip' might not be available on PATH: for example when installing errbot on a virtualenv and
79-
# starting it with systemclt pointing directly to the executable:
79+
# starting it with systemctl pointing directly to the executable:
8080
# [Service]
8181
# ExecStart=/home/errbot/.env/bin/errbot
8282
pip_cmdline = [sys.executable, "-m", "pip"]

0 commit comments

Comments
 (0)