The Samba-Bugzilla – Attachment 5101 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]
Fix spelling errors v2
60-spelling-errors.diff (text/plain), 1.77 KB, created by
Mathieu Parent
on 2009-12-18 04:55:28 UTC
(
hide
)
Description:
Fix spelling errors v2
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2009-12-18 04:55:28 UTC
Size:
1.77 KB
patch
obsolete
>Goal: Correction of spelling errors thanks to lintian > >Author: Mathieu Parent <math.parent@gmail.com> > >Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6935 > >From 4e44118f5b08454369cdc3a700ad1b852db72207 Mon Sep 17 00:00:00 2001 >From: Mathieu Parent <math.parent@gmail.com> >Date: Fri, 27 Nov 2009 21:45:51 +0100 >Subject: [PATCH] Correction of spelling errors. > >* interupted -> interrupted >* dont -> don't >--- > lib/replace/getpass.c | 2 +- > server/ctdbd.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >Index: b/lib/replace/getpass.c >=================================================================== >--- a/lib/replace/getpass.c >+++ b/lib/replace/getpass.c >@@ -211,7 +211,7 @@ > catch_signal(SIGINT, SIGNAL_CAST SIG_DFL); > > if (gotintr) { >- printf("Interupted by signal.\n"); >+ printf("Interrupted by signal.\n"); > fflush(stdout); > exit(1); > } >Index: b/server/ctdbd.c >=================================================================== >--- a/server/ctdbd.c >+++ b/server/ctdbd.c >@@ -139,7 +139,7 @@ > { "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 }, > { "max-persistent-check-errors", 0, POPT_ARG_INT, > &options.max_persistent_check_errors, 0, > "max allowed persistent check errors (default 0)", NULL },
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