emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste aaa690a 016/298: Spelling in comments


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste aaa690a 016/298: Spelling in comments
Date: Thu, 9 Dec 2021 18:59:35 -0500 (EST)

branch: elpa/webpaste
commit aaa690a2b03183a99f92d68472836dde42a36604
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Spelling in comments
---
 webpaste.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webpaste.el b/webpaste.el
index 10c11eb..f80dc29 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -64,7 +64,7 @@
 
 ;;; Define providers
 
-;; Providor for http://ix.io/
+;; Provider for http://ix.io/
 (defun webpaste-providers-ix.io (text)
   "Paste TEXT to http://ix.io/.";
 
@@ -93,7 +93,7 @@
                      ("poster" . "")
                      ("expiry_days" . "1"))))
 
-    ;; Add text as content
+    ;; Add TEXT as content
     (add-to-list 'post-data (cons "content" text))
 
     ;; Use request.el to do request to dpaste.com to submit data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]