summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-04-22 12:23:11 -0500
committerDavid Barksdale <amatus@amat.us>2017-04-22 12:23:11 -0500
commitd95b38575fe6157cf000747cc1b4da9e33d3d9cd (patch)
tree7055012ab4294856e911e0b4107c8c9c2f2df6af /src
parent897507bf1441c5b02973e56b30eefed87b00fb0a (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/app/portmaster.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/portmaster.clj b/src/app/portmaster.clj
index 3fb57e2..28da2f3 100644
--- a/src/app/portmaster.clj
+++ b/src/app/portmaster.clj
@@ -76,7 +76,7 @@
(defn turn-on
[port]
- ; TODO: updated the status
+ ; TODO: update the status
(do-command (str "on " port)))
(defn turn-off