Page MenuHomeDevCentral

D1707.diff
No OneTemporary

D1707.diff

diff --git a/_modules/jails.py b/_modules/jails.py
--- a/_modules/jails.py
+++ b/_modules/jails.py
@@ -75,7 +75,7 @@
if len(interfaces) < 1:
raise OSError(errno.ENODEV, "No network interface detected.")
- # Nasqueron convention assigns the ICANNN network
+ # Nasqueron convention assigns the ICANN network
# to the first card.
return interfaces[0]
diff --git a/roles/core/userland-software/files/tmux.conf b/roles/core/userland-software/files/tmux.conf
--- a/roles/core/userland-software/files/tmux.conf
+++ b/roles/core/userland-software/files/tmux.conf
@@ -26,7 +26,7 @@
set -g status-right '⫻ #h — %Y-%m-%d %H:%M ⫻ ᚾ '
# -------------------------------------------------------------
-# Resize shorcut keys
+# Resize shortcut keys
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bind < resize-pane -L 1
diff --git a/roles/devserver/userland-home/files/dereckson/.tmux.conf b/roles/devserver/userland-home/files/dereckson/.tmux.conf
--- a/roles/devserver/userland-home/files/dereckson/.tmux.conf
+++ b/roles/devserver/userland-home/files/dereckson/.tmux.conf
@@ -12,7 +12,7 @@
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
-# Resize shorcut keys
+# Resize shortcut keys
bind < resize-pane -L 1
bind > resize-pane -R 1
bind - resize-pane -D 1
diff --git a/roles/devserver/userland-home/files/dereckson/bin/port-patches-generator b/roles/devserver/userland-home/files/dereckson/bin/port-patches-generator
--- a/roles/devserver/userland-home/files/dereckson/bin/port-patches-generator
+++ b/roles/devserver/userland-home/files/dereckson/bin/port-patches-generator
@@ -140,7 +140,7 @@
if [file isdirectory $patchesdir] {
# All rules!
} elseif [file exists $patchesdir] {
- # Achievement unlocked: the weird error the developer tooks care of
+ # Achievement unlocked: the weird error the developer has taken care of
puts "Your port patches directory should be $patchesdir but this is currently a file."
exit
} {
diff --git a/roles/devserver/userland-software/files/shell.py b/roles/devserver/userland-software/files/shell.py
--- a/roles/devserver/userland-software/files/shell.py
+++ b/roles/devserver/userland-software/files/shell.py
@@ -96,8 +96,8 @@
def get_alias(self, alias_name):
return self.get_config_section('aliases', alias_name)
- def get_handler(self, hander_name):
- return self.get_config_section('handlers', hander_name)
+ def get_handler(self, handler_name):
+ return self.get_config_section('handlers', handler_name)
def get_config_section(self, section, key):
if section in self.config:
diff --git a/roles/viperserv/eggdrop/files/motd/TC2 b/roles/viperserv/eggdrop/files/motd/TC2
--- a/roles/viperserv/eggdrop/files/motd/TC2
+++ b/roles/viperserv/eggdrop/files/motd/TC2
@@ -18,6 +18,6 @@
# == All your base are belong to us! ==
# ===============================================
-As we're transitionning Ysul to use Salt states,
+As we're transitioning Ysul to use Salt states,
what does TC2 is probably open to debates and
should be updated.

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 28, 12:28 (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2268930
Default Alt Text
D1707.diff (3 KB)

Event Timeline