* [PATCH] util.c: two typos fixed
@ 2011-10-25 13:42 Lukasz Dorau
2011-10-25 21:50 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Dorau @ 2011-10-25 13:42 UTC (permalink / raw)
To: neilb; +Cc: linux-raid, dan.j.williams, marcin.labun, ed.ciechanowski
Two typos fixed.
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
---
util.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/util.c b/util.c
index f785f03..2cf617d 100644
--- a/util.c
+++ b/util.c
@@ -1709,7 +1709,8 @@ int experimental(void)
if (check_env("MDADM_EXPERIMENTAL"))
return 1;
else {
- fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL enviroment variable has to defined.\n");
+ fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL"
+ " environment variable has to be defined.\n");
return 0;
}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] util.c: two typos fixed
2011-10-25 13:42 [PATCH] util.c: two typos fixed Lukasz Dorau
@ 2011-10-25 21:50 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2011-10-25 21:50 UTC (permalink / raw)
To: Lukasz Dorau; +Cc: linux-raid, dan.j.williams, marcin.labun, ed.ciechanowski
[-- Attachment #1: Type: text/plain, Size: 972 bytes --]
On Tue, 25 Oct 2011 15:42:25 +0200 Lukasz Dorau <lukasz.dorau@intel.com>
wrote:
> Two typos fixed.
>
> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
> ---
> util.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/util.c b/util.c
> index f785f03..2cf617d 100644
> --- a/util.c
> +++ b/util.c
> @@ -1709,7 +1709,8 @@ int experimental(void)
> if (check_env("MDADM_EXPERIMENTAL"))
> return 1;
> else {
> - fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL enviroment variable has to defined.\n");
> + fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL"
> + " environment variable has to be defined.\n");
> return 0;
> }
> }
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
applied. Thanks,
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-25 21:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 13:42 [PATCH] util.c: two typos fixed Lukasz Dorau
2011-10-25 21:50 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).