aboutsummaryrefslogtreecommitdiffstats
path: root/hypo.hy
diff options
context:
space:
mode:
Diffstat (limited to 'hypo.hy')
-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]