From 7ee63215591c15d8a04da0e2faad571647ed2ccd Mon Sep 17 00:00:00 2001 From: aldot Date: Fri, 24 Mar 2006 14:30:05 +0000 Subject: - commentary typos git-svn-id: svn://busybox.net/trunk/busybox@14649 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- miscutils/Config.in | 2 +- miscutils/makedevs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'miscutils') diff --git a/miscutils/Config.in b/miscutils/Config.in index 8f2ef1557..dcd19ad0d 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -225,7 +225,7 @@ config CONFIG_MAKEDEVS Device properties are passed as command line arguments. . 'table' reads device properties from a file or stdin, allowing - a batch of unrelated devices to be makde with one command. + a batch of unrelated devices to be made with one command. User/group names are allowed as an alternative to uid/gid. choice diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index fa7535f05..999b99331 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c @@ -238,5 +238,5 @@ loop: } #else -# error makdedevs configuration error, either leaf or table must be selected +# error makedevs configuration error, either leaf or table must be selected #endif -- cgit v1.2.3-55-g6feb