branch: externals/rudel
commit a2d8cdad344ac2bf3baf1c54761e5592d97c9422
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typos
---
 rudel-obby-client.el | 2 +-
 rudel-util.el        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rudel-obby-client.el b/rudel-obby-client.el
index ec08c073f5..57379a115c 100644
--- a/rudel-obby-client.el
+++ b/rudel-obby-client.el
@@ -555,7 +555,7 @@ received from the server.")
                    :documentation
                    "Flag that remembers, whether the session has
 a 'self' user object."))
-  "State used for synching session data."
+  "State used for syncing session data."
   :method-invocation-order :c3)
 
 (cl-defmethod rudel-enter ((this rudel-obby-client-state-session-synching)
diff --git a/rudel-util.el b/rudel-util.el
index 64e3a52c94..f6a0e49186 100644
--- a/rudel-util.el
+++ b/rudel-util.el
@@ -195,7 +195,7 @@ lines."
   )
 
 (defmacro rudel-loop-fragments (data var &rest forms)
-  "Execute FROMS with VAR subsequently bound to all fragments in DATA."
+  "Execute FORMS with VAR subsequently bound to all fragments in DATA."
   (declare (indent 2)
           (debug (form symbolp &rest form)))
   (let ((fragment (make-symbol "fragment")))
@@ -205,7 +205,7 @@ lines."
   )
 
 (defmacro rudel-loop-chunks (data var size &rest forms)
-  "Execute FROMS in a loop with VAR bound to chunks of DATA of SIZE.
+  "Execute FORMS in a loop with VAR bound to chunks of DATA of SIZE.
 Unless (zerop (mod (length data) size) 0) the final chunk is
 truncated. The expression SIZE is evaluated in each loop unless
 it is a number."

Reply via email to