The Samba-Bugzilla – Attachment 5119 Details for
Bug 6935
[CTDB] Correction of spelling errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correction of spelling errors
0001-Correction-of-spelling-errors.patch (text/plain), 1.62 KB, created by
Mathieu Parent
on 2010-01-05 04:05:56 UTC
(
hide
)
Description:
Correction of spelling errors
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2010-01-05 04:05:56 UTC
Size:
1.62 KB
patch
obsolete
>From ad6cf917c986e340e30d098f5d60d54ef0035360 Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Tue, 5 Jan 2010 11:04:24 +0100 >Subject: [PATCH] Correction of spelling errors. > >* interupted -> interrupted >* dont -> don't > >(thanks to lintian) > >See https://bugzilla.samba.org/show_bug.cgi?id=6935 >--- > lib/replace/getpass.c | 2 +- > server/ctdbd.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/lib/replace/getpass.c b/lib/replace/getpass.c >index d91d029..787cd1d 100644 >--- a/lib/replace/getpass.c >+++ b/lib/replace/getpass.c >@@ -211,7 +211,7 @@ char *rep_getpass(const char *prompt) > catch_signal(SIGINT, SIGNAL_CAST SIG_DFL); > > if (gotintr) { >- printf("Interupted by signal.\n"); >+ printf("Interrupted by signal.\n"); > fflush(stdout); > exit(1); > } >diff --git a/server/ctdbd.c b/server/ctdbd.c >index 5670b93..7b215d4 100644 >--- a/server/ctdbd.c >+++ b/server/ctdbd.c >@@ -131,7 +131,7 @@ int main(int argc, const char *argv[]) > { "no-recmaster", 0, POPT_ARG_NONE, &options.no_recmaster, 0, "disable recmaster role on this node", NULL }, > { "lvs", 0, POPT_ARG_NONE, &options.lvs, 0, "lvs is enabled on this node", NULL }, > { "script-log-level", 0, POPT_ARG_INT, &options.script_log_level, DEBUG_ERR, "log level of event script output", NULL }, >- { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "dont check we have/dont have the correct public ip addresses", NULL }, >+ { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "don't check we have/don't have the correct public ip addresses", NULL }, > POPT_TABLEEND > }; > int opt, ret; >-- >1.6.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6935
:
5019
|
5101
|
5118
| 5119 |
6341