PuercoPop 11 vuotta sitten
vanhempi
commit
ed60a94be8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      plugins/twitter.lisp

+ 1 - 1
plugins/twitter.lisp

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