aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-23 23:16:38 +0200
committerGravatar Tom Willemse2014-04-23 23:16:38 +0200
commit46a552c5ac2565db8ddfda2db5e6c6a5b4d6f75c (patch)
tree0b0d5f968ddd7c1f5595ebfb3ea3c15ee2036dce
parent714c6f593eaa28ab8f45116037f5f0281405f8fc (diff)
downloadhypo-46a552c5ac2565db8ddfda2db5e6c6a5b4d6f75c.tar.gz
hypo-46a552c5ac2565db8ddfda2db5e6c6a5b4d6f75c.zip
Fix typo
-rwxr-xr-xhypo.hy2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypo.hy b/hypo.hy
index 07d31cc..2f438bf 100755
--- a/hypo.hy
+++ b/hypo.hy
@@ -118,7 +118,7 @@ If no lexer is found fallback onto the text lexer."
(let ((dirname (+ "files/" name)))
(if (os.path.exists dirname)
(do (shutil.rmtree dirname)
- (+ "Succesfully removed " name "\n"))
+ (+ "Successfully removed " name "\n"))
(no-such-file))))
(defun upload-file [self name]