This commit is contained in:
PuercoPop 2014-05-07 20:00:15 -05:00
parent f95a3c27a2
commit ed60a94be8

View file

@ -36,7 +36,7 @@
(chirp:statuses/update (%format-post post)))
(defun %format-post (offset post)
"Garauntee that the tweet content is 140 chars at most."
"Guarantee that the tweet content is 140 chars at most."
(let* ((content-prefix (subseq (render-tweet post) 0 (- 117 offset)))
(content (format nil "~A ~A/~A" content-prefix
(coleslaw::domain *config*)