summaryrefslogtreecommitdiff
path: root/src/rhctl/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-01 13:55:27 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-01 13:55:27 (GMT)
commitdf49dff4c6f96d1c2e032cc93e7b6bdb57f11833 (patch)
tree81950673916bfa235caf83e82cb8b8cc380a33ff /src/rhctl/main.go
parentee832bac958585259ac26f59be23b0c7aed26a94 (diff)
some cleanups
Diffstat (limited to 'src/rhctl/main.go')
-rw-r--r--src/rhctl/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhctl/main.go b/src/rhctl/main.go
index 923a287..2d5b8c9 100644
--- a/src/rhctl/main.go
+++ b/src/rhctl/main.go
@@ -102,7 +102,7 @@ func main() {
ctrl := SwitchControlInit(conf, sw, servers)
- // running non-essential parts aka clients
+ // initializing non-essential parts aka clients
telnet := TelnetInit(conf, ctrl)
//**************************************************