Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing spelling errors #1497

Merged
merged 1 commit into from
Sep 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Version 5.3.0
+ **Major bug fixes**
**[SSS]** Add missing initializer to avoid random sss authentication failure.
**[Server]** Fix host related authorization rules that would always fail.
**[Server]** Fix backward compatability issue with oss.space directive.
**[Server]** Fix backward compatibility issue with oss.space directive.
**[SSS]** Avoid server-side SEGV for certain configurations.
**[SSS]** Correct client backward incompatibily when 'anygroup' is specified.
**[XrdCl/XrdSys]i** Fail gracefuly on epoll_wait errors if in child process.
Expand Down Expand Up @@ -497,7 +497,7 @@ Version 5.0.0
* **[Server]** Add missing initializer to avoid TPC SEGV on busy systems.
* **[Server]** Accommodate changes in epoll handling in CentOS 7.10 plus.
* **[SSI]** Fix double delete due to extraneous code addition.
* **[XrdCl]** Use diffrent bit for mkpath and tpc delegation.
* **[XrdCl]** Use different bit for mkpath and tpc delegation.
* **[XrdCl]** tpc: don't open non-root/xroot source.
* **[XrdCl]** Adjust # of strm queues when server requests additional data.
* **[PFC]** Make sure scheduler pointer is always valid.
Expand Down Expand Up @@ -766,7 +766,7 @@ Version 4.11.1
+ **Major bug fixes**
* **[XrdSys]** Avoid deadlock on poller stop, fixes #1095
* **[XrdCl]** Recreate env r/w lock after forking.
* **[XrdCl]** Use diffrent bit for mkpath and tpc delegation.
* **[XrdCl]** Use different bit for mkpath and tpc delegation.

+ **Minor bug fixes**
* **[Server]** Use correct mechanism to determine DNS registration.
Expand Down Expand Up @@ -1515,7 +1515,7 @@ Version 4.4.0
+ **Major bug fixes**
* **[Posix]** Remove double unlock of a mutex.
* **[Client]** Serialize security protocol manager to allow MT loads.
* **[Authentication/sss]** Fix dynamic id incompatability introduced in 4.0.
* **[Authentication/sss]** Fix dynamic id incompatibility introduced in 4.0.
* **[XtdHttp]** Removed the deprecated cipher SSLv3, in favor of TLS1.2
* **[XrdCl]** Close file on open timeout.
* **[XrdCl]** Differentiate between a handshake and an xrootd request/response
Expand Down Expand Up @@ -1680,7 +1680,7 @@ Version 4.2.2
* **[XrdCl]** xrdfs correctly handles quotations (fixes the problem with ALICE token)

+ **Miscellaneous**
* Fixes #245 Provide compatability when cmake version is > 3.0.
* Fixes #245 Provide compatibility when cmake version is > 3.0.
* Use atomics to manipulate unlocked variable pollNum.
* Bugfix: release lock when a file is closed before the prefetch thread is started.
Observed with xrdcp ran without -f option and an existing local file. Fixes #239.
Expand All @@ -1702,7 +1702,7 @@ Version 4.2.1

+ **Miscellaneous**
* **[Client/Cl]** Make sure kXR_mkpath is set for classic copy jobs when the
destination is xrootd (backward compatability fix).
destination is xrootd (backward compatibility fix).

-------------
Version 4.2.0
Expand Down Expand Up @@ -2170,7 +2170,7 @@ Version 3.3.2
+ **Major bug fixes**
* Fix the opaque information setting in xrdcp using -OD (issue #1)
* Fix compilation on Solaris 11 (issue #7)
* Fix issues with semaphore locking during thread cancelation on
* Fix issues with semaphore locking during thread cancellation on
MaxOSX (issue #10)
* Solve locking problems in the built-in poller (issue #4)
* Solve performance issues in the new client. Note: this actually
Expand Down Expand Up @@ -2424,7 +2424,7 @@ Version 3.2.0
path (as opposed to a control path) in the monitoring record.

+ **Major bug fixes**
* Provide compatability for sprintf() implementations that check output
* Provide compatibility for sprintf() implementations that check output
buffer length. This currently only affects gentoo and Ubuntu Linux.
We place it in the "major" section as it causes run-time errors there.
* Reinsert buffer size calculation that was mistakenly deleted.
Expand Down Expand Up @@ -2477,7 +2477,7 @@ Version 3.1.1

+ **Major bug fixes**
* Fix various client threading issues.
* [bug #87880] Properly unpack the incomming vector read data.
* [bug #87880] Properly unpack the incoming vector read data.
* Rework the handshake when making a parallel connection. Previous method
caused a deadlock when parallel connections were requested (e.g. xrdcp).
* Add HAVE_SENDFILE definition to cmake config. All post-cmake version of
Expand Down Expand Up @@ -2577,7 +2577,7 @@ Version 3.1.0
meta-manager the minimum number of responses needed to satisfy a hold
delay (i.e. fast redirect).
* Accept XrdSecSSSKT envar as documented but also continue to support
XrdSecsssKT for backward compatability.
XrdSecsssKT for backward compatibility.
* Allow servers to specify to the meta-manager what share of requests they
are willing to handle. Add the 'cms.sched gsdflt' and 'cms.sched gshr'
configuration directives to specify this.
Expand All @@ -2595,7 +2595,7 @@ Version 3.1.0
* Finally implement adding authentication information to the user monitoring
record (requested by Matevz Tadel, CMS). This adds a new generic option,
auth, to the xrootd.monitor directive. It needs to be specified for the
authentication information to be added. This keeps backward compatability.
authentication information to be added. This keeps backward compatibility.
* Add a new method, chksum, to the standard filesystem interface.
* Integrate checksums into the logical filesystem layer implementation.
See the ofs.ckslib directive on how to do non-default configuration.
Expand Down
14 changes: 7 additions & 7 deletions docs/man/xrdcp.1
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Remove the target file if checksum verification failed (enables also POSC semant
Continue copying a file from the point where the previous copy was interrupted.

.SH LEGACY OPTIONS
Legacy options are provided for backward compatability. These are now
Legacy options are provided for backward compatibility. These are now
deprecated and should be avoided.
.RE
\fB-adler\fR
Expand Down Expand Up @@ -290,7 +290,7 @@ text in the brackets is a name of the corresponding xrdcp commandline parameter.

XRD_LOGLEVEL
.RS 5
Detemines the amout of diagnostics that should be printed. Valid values are:
Determines the amount of diagnostics that should be printed. Valid values are:
\fIDump\fR, \fIDebug\fR, \fIInfo\fR, \fIWarning\fR, and \fIError\fR.
.RE

Expand Down Expand Up @@ -561,14 +561,14 @@ The maximum time in seconds a clinet can be stalled by the server if a Metalink

XRD_PRESERVELOCATETRIED
.RS 5
If set to 1 XRootD client will preserve tired/triedrc cgi opaque info for kXR_locate request accross redirects/retries,
If set to 1 XRootD client will preserve tried/triedrc cgi opaque info for kXR_locate request across redirects/retries,
if set to 0 XRootD client will treat kXR_locate as any other passive request.
.RE

XRD_PRESERVEXATTRS
.RS 5
If set to 1 (default) xrdcp will preverve file extended attribues,
if set to 0 file extended attributes wont be preserved.
If set to 1 (default) xrdcp will preserve file extended attribues,
if set to 0 file extended attributes won't be preserved.
.RE

XRD_NOTLSOK
Expand All @@ -592,13 +592,13 @@ By default set to 0.
XRD_ZIPMTLNCKSUM
.RS 5
If set to 1, use the checksum available in a metalink file even if a file is being extracted from a ZIP archive.
By defaut set to 0;
By default set to 0;
.RE

XRD_CPTIMEOUT
.RS 5
Timeout for a classical (not TPC) copy job.
By defaut set to 0 (disabled);
By default set to 0 (disabled);
.RE

XRD_CLCONFDIR
Expand Down
4 changes: 2 additions & 2 deletions docs/man/xrdfs.1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ sitename - the site name
version - the version of the server
.br
.RE
\fIchecksumcancel\fR \fB<path>\fR File checksum cancelation
\fIchecksumcancel\fR \fB<path>\fR File checksum cancellation
.br
\fIchecksum\fR \fB<path>\fR File checksum
.br
Expand Down Expand Up @@ -194,7 +194,7 @@ Prepare one or more files for access.
.br
\fI-s\fR stage the files to disk if they are not online
.br
\fI-w\fR whe files will be accessed for modification
\fI-w\fR when files will be accessed for modification
.br
\fI-p\fR priority of the request, 0 (lowest) - 3 (highest)
.br
Expand Down
2 changes: 1 addition & 1 deletion docs/man/xrdpfc_print.8
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ displays usage information.
.SH OPERANDS
\fRpath\fR
.RS 5
Path to a file or directory for which the information is to be printed. Path can be relative or absoulte. If the path begins with root:/ the path is assumed to be a LFN and gets translated via the standard OSS rules (in the least, it gets prefixed by the oss.localroot). In this case --config option is mandatory.
Path to a file or directory for which the information is to be printed. Path can be relative or absolute. If the path begins with root:/ the path is assumed to be a LFN and gets translated via the standard OSS rules (in the least, it gets prefixed by the oss.localroot). In this case --config option is mandatory.

.RE

Expand Down
4 changes: 2 additions & 2 deletions docs/man/xrootdfs.1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Documentation for all components associated with \fBxrootdfs\fR can be found at
http://xrootd.org/docs.html

xrootdfs allows users and administators to query and change the internal
parameters on the fly via the filesystem extened attributes
parameters on the fly via the filesystem extended attributes

getfattr -n attribute_name /mount_point
.br
Expand All @@ -75,7 +75,7 @@ By default, XrootdFS does not send individual user identity to the Xrootd storag
So Xrootd storage thinks that all operations from an XrootdFS instance come from the user
that runs the XrootdFS instance. When the Xrootd "sss" security module (Simple Shared Security)
is enabled at both XrootdFS and Xrootd storage system, XrootdFS will send individual user
identity infomation to the Xrootd storage servers. This info can be used along with the Xrootd ACL
identity information to the Xrootd storage servers. This info can be used along with the Xrootd ACL
to control file/directory access.

To use "sss" security module, both Xrootd data servers and XrootdFS should be
Expand Down
2 changes: 1 addition & 1 deletion packaging/tgz/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains start and stop scripts for the cmsd, olbd (deprecated)
and xrootd, as well as a monitoring script for the cmsd when you wish to use
load balanced clustering. Please note that the cmsd and olbd provide the same
services but you must use one or the other everywhere. You may not mix them. The
cmsd is the prefered daemon (the olbd is provided for backward compatability).
cmsd is the prefered daemon (the olbd is provided for backward compatibility).

The documentation for each script is contained within the script itself. Please
read the header comments in each script before using the script!
Expand Down
2 changes: 1 addition & 1 deletion src/XProtocol/XProtocol.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ struct ServerResponseBody_pgWrite {


// The following structure is appended to ServerResponseBody_pgWrite if one or
// more checksum errors occured and need to be retransmitted.
// more checksum errors occurred and need to be retransmitted.
//
struct ServerResponseBody_pgWrCSE {
kXR_unt32 cseCRC; // crc32c of all following bits
Expand Down
8 changes: 4 additions & 4 deletions src/Xrd/XrdConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ int XrdConfig::ConfigProc()
|| !strcmp (var, "all.sitename" ))
if (ConfigXeq(var+4, Config)) {Config.Echo(); NoGo = 1;}

// Now check if any errors occured during file i/o
// Now check if any errors occurred during file i/o
//
if ((retc = Config.LastError()))
NoGo = Log.Emsg("Config", retc, "read config file", ConfigFN);
Expand Down Expand Up @@ -1586,7 +1586,7 @@ int XrdConfig::xhpath(XrdSysError *eDest, XrdOucStream &Config)
// If the command line specified he home, it cannot be undone
//
if (Specs & hpSpec)
{eDest->Say("Config warning: command line homepath cannot be overidden.");
{eDest->Say("Config warning: command line homepath cannot be overridden.");
Config.GetWord();
return 0;
}
Expand Down Expand Up @@ -1663,7 +1663,7 @@ int XrdConfig::xbuf(XrdSysError *eDest, XrdOucStream &Config)

tls parameters apply only to the tls port
keepalive do [not] set the socket keepalive option.
kaparms keepalive paramters as specfied by parms.
kaparms keepalive paramters as specified by parms.
<blen> is the socket's send/rcv buffer size.
<ct> Seconds to cache address to name resolutions.
[no]dnr do [not] perform a reverse DNS lookup if not needed.
Expand Down Expand Up @@ -1865,7 +1865,7 @@ int XrdConfig::xpidf(XrdSysError *eDest, XrdOucStream &Config)
[if [<hlst>] [named <nlst>]]

tls apply this to the tls port
<tcpnum> number of the tcp port for incomming requests
<tcpnum> number of the tcp port for incoming requests
<hlst> list of applicable host patterns
<nlst> list of applicable instance names.

Expand Down
2 changes: 1 addition & 1 deletion src/Xrd/XrdInet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ XrdLink *XrdInet::Accept(int opts, int timeout, XrdSysSemaphore *theSem)
if (!(anum%60)) eDest->Emsg("Accept", "Unable to accept connections!");
}

// If authorization was defered, tell call we accepted the connection but
// If authorization was deferred, tell call we accepted the connection but
// will be doing a background check on this connection.
//
if (theSem) theSem->Post();
Expand Down
4 changes: 2 additions & 2 deletions src/Xrd/XrdLinkCtl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ XrdLink *XrdLinkCtl::Alloc(XrdNetAddr &peer, int opts)
char hName[1024], *unp, buff[32];
int bl, peerFD = peer.SockFD();

// Make sure that the incomming file descriptor can be handled
// Make sure that the incoming file descriptor can be handled
//
if (peerFD < 0 || peerFD >= maxFD)
{snprintf(hName, sizeof(hName), "%d", peerFD);
Expand Down Expand Up @@ -159,7 +159,7 @@ XrdLink *XrdLinkCtl::Alloc(XrdNetAddr &peer, int opts)
lp->Addr = peer;
strlcpy(lp->Lname, hName, sizeof(lp->Lname));
bl = sprintf(buff, "anon.0:%d", peerFD);
unp = lp->Uname + sizeof(Uname) - bl - 1; // Solaris compatability
unp = lp->Uname + sizeof(Uname) - bl - 1; // Solaris compatibility
memcpy(unp, buff, bl);
lp->ID = unp;
lp->PollInfo.FD = lp->LinkInfo.FD = peerFD;
Expand Down
6 changes: 3 additions & 3 deletions src/Xrd/XrdLinkXeq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int XrdLinkXeq::Close(bool defer)
return 0;
}

// If we got here then this is not a defered close so we just need to check
// If we got here then this is not a deferred close so we just need to check
// if there is a sendq appendage we need to get rid of.
//
if (sendQ)
Expand All @@ -231,7 +231,7 @@ int XrdLinkXeq::Close(bool defer)
//
while(LinkInfo.InUse > 1)
{opHelper.UnLock();
TRACEI(DEBUG, "Close FD "<<LinkInfo.FD <<" defered, use count="
TRACEI(DEBUG, "Close FD "<<LinkInfo.FD <<" deferred, use count="
<<LinkInfo.InUse);
Serialize();
opHelper.Lock(&LinkInfo.opMutex);
Expand Down Expand Up @@ -556,7 +556,7 @@ int XrdLinkXeq::RecvAll(char *Buff, int Blen, int timeout)
if (int(rlen) == Blen) return Blen;
if (!rlen) {TRACEI(DEBUG, "No RecvAll() data; errno=" <<errno);}
else if (rlen > 0) Log.Emsg("RecvAll", "Premature end from", ID);
else if (LinkInfo.FD >= 0) Log.Emsg("Link", errno, "recieve from", ID);
else if (LinkInfo.FD >= 0) Log.Emsg("Link", errno, "receive from", ID);
return -1;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Xrd/XrdPollPoll.icc
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ void XrdPollPoll::Start(XrdSysSemaphore *syncsem, int &retcode)
Finish(*pInfo, Poll2Text(pollevents));
lp = &(pInfo->Link);
if (!(pInfo->isEnabled))
Log.Emsg("Poll", "Disabled event occured for", lp->ID);
Log.Emsg("Poll", "Disabled event occurred for", lp->ID);
else {pInfo->isEnabled = false;
lp->NextJob = jfirst; jfirst = (XrdJob *)lp;
if (!jlast) jlast=(XrdJob *)lp;
Expand Down
2 changes: 1 addition & 1 deletion src/XrdAcc/XrdAccAccess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ XrdAccAuthorize *XrdAccDefaultAuthorizeObject(XrdSysLogger *lp,
static XrdVERSIONINFODEF(myVer, XrdAcc, XrdVNUMBER, XrdVERSION);
static XrdSysError Eroute(lp, "acc_");

// Verify version compatability
// Verify version compatibility
//
if (urVer.vNum != myVer.vNum && !XrdSysPlugin::VerCmp(urVer,myVer))
return 0;
Expand Down
2 changes: 1 addition & 1 deletion src/XrdAcc/XrdAccAuthDB.hh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// to each one. True is returned until end-of-record.

// Close() terminates database processing and releases the associated lock.
// It also return FALSE if any errors occured during processing.
// It also return FALSE if any errors occurred during processing.

// Changed() Returns 1 id the current authorization file has changed since
// the last time it was opened.
Expand Down
2 changes: 1 addition & 1 deletion src/XrdAcc/XrdAccConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ int XrdAccConfig::ConfigFile(XrdSysError &Eroute, const char *ConfigFN) {
}
}

// Now check if any errors occured during file i/o
// Now check if any errors occurred during file i/o
//
if ((retc = Config.LastError()))
NoGo = Eroute.Emsg("Config",-retc,"read config file",ConfigFN);
Expand Down
2 changes: 1 addition & 1 deletion src/XrdApps/XrdAppsCconfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int main(int argc, char *argv[])
Config->Echo();
}

// Now check if any errors occured during file i/o
// Now check if any errors occurred during file i/o
//
if ((retc = Config->LastError()))
{Say.Say(Pgm, XrdSysE2T(retc), " reading config file ", Cfn); retc = 8;}
Expand Down
2 changes: 1 addition & 1 deletion src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ XrdCl::FileSystemPlugIn*
ProxyFactory::CreateFileSystem(const std::string& url)
{
XrdCl::Log* log = XrdCl::DefaultEnv::GetLog();
log->Error(1, "FileSystem plugin implementation not suppoted");
log->Error(1, "FileSystem plugin implementation not supported");
return static_cast<XrdCl::FileSystemPlugIn*>(0);
}
} // namespace xrdcl_proxy
2 changes: 1 addition & 1 deletion src/XrdApps/XrdCpFile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ XrdCpFile::XrdCpFile(const char *FSpec, int &badURL)
return;
}

// Dtermine protocol of the incomming spec
// Dtermine protocol of the incoming spec
//
for (i = 0; i < pTnum; i++)
{if (!strncmp(FSpec, pTab[i].pHdr, pTab[i].pHsz))
Expand Down
8 changes: 4 additions & 4 deletions src/XrdBwm/XrdBwm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ int XrdBwmFile::open(const char *path, // In
{
EPNAME("open");
XrdBwmHandle *hP;
int incomming;
int incoming;
const char *miss, *theUsr, *theSrc, *theDst=0, *theLfn=0, *lclNode, *rmtNode;
XrdOucEnv Open_Env(info);

Expand Down Expand Up @@ -313,14 +313,14 @@ int XrdBwmFile::open(const char *path, // In
// Determine the direction of flow
//
if (XrdOucUtils::endsWith(theSrc,XrdBwmFS.myDomain,XrdBwmFS.myDomLen))
{incomming = 0; lclNode = theSrc; rmtNode = theDst;}
{incoming = 0; lclNode = theSrc; rmtNode = theDst;}
else if (XrdOucUtils::endsWith(theDst,XrdBwmFS.myDomain,XrdBwmFS.myDomLen))
{incomming = 1; lclNode = theDst; rmtNode = theSrc;}
{incoming = 1; lclNode = theDst; rmtNode = theSrc;}
else return XrdBwmFS.Emsg("open", error, EREMOTE, "open", path);

// Get a handle for this file.
//
if (!(hP = XrdBwmHandle::Alloc(theUsr,theLfn,lclNode,rmtNode,incomming)))
if (!(hP = XrdBwmHandle::Alloc(theUsr,theLfn,lclNode,rmtNode,incoming)))
return XrdBwmFS.Stall(error, 13, path);

// All done
Expand Down