typo
This commit is contained in:
parent
f95a3c27a2
commit
ed60a94be8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
(chirp:statuses/update (%format-post post)))
|
(chirp:statuses/update (%format-post post)))
|
||||||
|
|
||||||
(defun %format-post (offset 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)))
|
(let* ((content-prefix (subseq (render-tweet post) 0 (- 117 offset)))
|
||||||
(content (format nil "~A ~A/~A" content-prefix
|
(content (format nil "~A ~A/~A" content-prefix
|
||||||
(coleslaw::domain *config*)
|
(coleslaw::domain *config*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue