]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
import: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Feb 2026 16:12:50 +0000 (01:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Feb 2026 16:13:02 +0000 (01:13 +0900)
Follow-up for a9f6ba04969d6eb2e629e30299fab7538ef42a57.

src/import/pull-oci.c

index 3abb8777d1f064f86c54fbec502f0d2ecf11315a..39b9c6e76825e58ab07ad7b527252b0fff6e0d91 100644 (file)
@@ -1414,7 +1414,7 @@ static int oci_pull_process_authentication_challenge(OciPull *i, const char *cha
         _cleanup_strv_free_ char **l = NULL;
         r = strv_split_full(&l, e, ",", EXTRACT_KEEP_QUOTE);
         if (r < 0)
-                return log_error_errno(r, "Failed to split bearer token paramaters: %m");
+                return log_error_errno(r, "Failed to split bearer token parameters: %m");
 
         _cleanup_free_ char *realm = NULL, *scope = NULL, *service = NULL;
         struct {