All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 10/20] package/makedevs/makedevs.c: fix typos
Date: Sat, 14 Sep 2024 14:43:27 +0200	[thread overview]
Message-ID: <20240914124337.1200461-10-peter@korsgaard.com> (raw)
In-Reply-To: <20240914124337.1200461-1-peter@korsgaard.com>

And replace Couldn't with 'Could not' for clarity.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/makedevs/makedevs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/makedevs/makedevs.c b/package/makedevs/makedevs.c
index a5c9c7d64d..be76155ab6 100644
--- a/package/makedevs/makedevs.c
+++ b/package/makedevs/makedevs.c
@@ -165,7 +165,7 @@ int bb_make_directory (char *path, long mode, int flags)
 			}
 			/* Since the directory exists, don't attempt to change
 			 * permissions if it was the full target.  Note that
-			 * this is not an error conditon. */
+			 * this is not an error condition. */
 			if (!c) {
 				umask(mask);
 				return 0;
@@ -480,11 +480,11 @@ int main(int argc, char **argv)
 	}
 
 	if (optind >= argc || (rootdir=argv[optind])==NULL) {
-		bb_error_msg_and_die("root directory not speficied");
+		bb_error_msg_and_die("root directory not specified");
 	}
 
 	if (chdir(rootdir) != 0) {
-		bb_perror_msg_and_die("Couldnt chdir to %s", rootdir);
+		bb_perror_msg_and_die("Could not chdir to %s", rootdir);
 	}
 
 	umask(0);
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-14 12:44 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-14 12:43 [Buildroot] [PATCH 01/20] package/linux-firmware: fix typo in Config.in prompt Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 02/20] package/linux-fusion: fix version typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 03/20] package/linux-zigbee: fix these " Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 04/20] package/lldpd: fix typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 05/20] package/lmbench: fix 'timing out' typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 06/20] package/lua-augeaus: fix assignment typo Peter Korsgaard
2024-09-14 13:51   ` Herve Codina via buildroot
2024-09-14 12:43 ` [Buildroot] [PATCH 07/20] package/luabitop: fix typo in hash comment Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 08/20] package/madplay: fix typos in comments Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 09/20] package/make: fix accidentally typo Peter Korsgaard
2024-09-14 12:43 ` Peter Korsgaard [this message]
2024-09-14 12:43 ` [Buildroot] [PATCH 11/20] package/minizip: fix typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 12/20] package/mpg123: fix deactivate typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 13/20] package/mrouted: fix typos Peter Korsgaard
2024-09-14 12:57   ` Federico Pellegrin
2024-09-14 13:22     ` Yann E. MORIN
2024-09-14 12:43 ` [Buildroot] [PATCH 14/20] package/musepack: fix occurring typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 15/20] package/net-tools: fix appropriate typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 16/20] package/nginx-modsecurity: fix locally typo in hash comment Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 17/20] package/nginx: fix symmetric typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 18/20] package/nload: fix transferred typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 19/20] package/nodejs-src: fix convenient typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 20/20] package/nvidia-driver: fix targeting " Peter Korsgaard
2024-09-14 14:00 ` [Buildroot] [PATCH 01/20] package/linux-firmware: fix typo in Config.in prompt Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240914124337.1200461-10-peter@korsgaard.com \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.