aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-08 09:10:43 +0300
committerThanos Apollo <[email protected]>2024-06-08 09:16:54 +0300
commit19e92124a258e14e9c5d5c627b6041ff585571fe (patch)
treee8f47c41e2dbbf58b0522887fc4f944dff0701d3
parentb0d9f78282d7b3cd653cdf7a39d36e29aa6dd7e9 (diff)
[fix] typos & stylebeta
-rw-r--r--yeetube.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index a292ad3..2015b19 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -367,12 +367,12 @@ Image is inserted in BUFFER for ENTRY."
(let ((url-buffer (current-buffer)))
(unwind-protect
(if-let ((err (plist-get :error status)))
- (message "Error %s in retrieving a thumnail: %S" (car err) (cdr err))
+ (message "Error %s in retrieving a thumbnail: %S" (car err) (cdr err))
(if-let ((handle (mm-dissect-buffer t))
(image (mm-get-image handle)))
(progn
- (setf (image-property image :max-width) (car yeetube-thumbnail-size))
- (setf (image-property image :max-height) (cdr yeetube-thumbnail-size))
+ (setf (image-property image :max-width) (car yeetube-thumbnail-size)
+ (image-property image :max-height) (cdr yeetube-thumbnail-size))
(with-current-buffer buffer
(with-silent-modifications
(save-excursion