From: Eshel Yaron Date: Sat, 27 Jul 2024 09:54:30 +0000 (+0200) Subject: kubed.el: Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ec4a093bfc7e20c3a90a0623c6a59d5b5572112;p=emacs.git kubed.el: Fix typo --- diff --git a/lisp/net/kubed.el b/lisp/net/kubed.el index 356061e0af6..9500733db19 100644 --- a/lisp/net/kubed.el +++ b/lisp/net/kubed.el @@ -1058,7 +1058,7 @@ optional command to run in the images." ;;;###autoload (autoload 'kubed-delete-replicasets "kubed" nil t) ;;;###autoload (autoload 'kubed-list-replicasets "kubed" nil t) ;;;###autoload (autoload 'kubed-create-replicaset "kubed" nil t) -;;;###autoload (autoload 'kubed-replicateset-prefix-map "kubed" nil t 'keymap) +;;;###autoload (autoload 'kubed-replicaset-prefix-map "kubed" nil t 'keymap) (kubed-define-resource replicaset ((reps ".status.replicas" 4 (lambda (l r) (< (string-to-number l) (string-to-number r)))