]> git.eshelyaron.com Git - emacs.git/commitdiff
kubed.el: Fix typo
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 09:54:30 +0000 (11:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 12:03:12 +0000 (14:03 +0200)
lisp/net/kubed.el

index 356061e0af6d3277efbcb6e9545e441befae774b..9500733db199ea7e2891171ce8b87389f418e9a6 100644 (file)
@@ -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)))