]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/kubed.el (kubed-create-cronjob): Fix typos
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 16:12:15 +0000 (18:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 16:12:15 +0000 (18:12 +0200)
lisp/net/kubed.el

index 08f23ac3658378b94f9bbfcd5ff3e98927d2c05a..bc0ae547b81c9707a2cbff85948047cdfab8ad59 100644 (file)
@@ -1104,9 +1104,9 @@ optional command to run in the images."
      (activejob ".status.active[0].name" 36))
   :create
   ((name image schedule &optional namespace command)
-   "Schedule IMAGE to run in a cronjon with name NAME according to SCHEDULE.
+   "Schedule IMAGE to run in a cronjob with name NAME according to SCHEDULE.
 
-Optional argument NAMESPACE is the namespace to use for the deployment,
+Optional argument NAMESPACE is the namespace to use for the cronjob,
 defaulting to the current namespace.  COMMAND is a list of strings that
 represent a program followed by its arguments, if it non-nil then it
 overrides the default command IMAGE runs."