From 9ad33198ce5ed367901c8086c76ce1dbd0184b8a Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 27 Jul 2024 18:12:15 +0200 Subject: [PATCH] * lisp/net/kubed.el (kubed-create-cronjob): Fix typos --- lisp/net/kubed.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/kubed.el b/lisp/net/kubed.el index 08f23ac3658..bc0ae547b81 100644 --- a/lisp/net/kubed.el +++ b/lisp/net/kubed.el @@ -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." -- 2.39.2