Fix typo
This commit is contained in:
parent
714c6f593e
commit
46a552c5ac
1 changed files with 1 additions and 1 deletions
2
hypo.hy
2
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]
|
||||
|
|
Loading…
Reference in a new issue