Package: root-system / 5.34.19+dfsg-1.2

47-fix-typo-enviroment-environment.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/net/net/src/TS3WebFile.cxx b/net/net/src/TS3WebFile.cxx
index 8380123..5324363 100644
--- a/net/net/src/TS3WebFile.cxx
+++ b/net/net/src/TS3WebFile.cxx
@@ -180,7 +180,7 @@ TS3WebFile::TS3WebFile(const char* path, Option_t* options)
    fS3Request.SetHost(fUrl.GetHost());
    if (accessKey.IsNull() || secretKey.IsNull()) {
       // We have no authentication information, neither in the options
-      // nor in the enviromental variables. So may be this is a
+      // nor in the environmental variables. So may be this is a
       // world-readable file, so let's continue and see if
       // we can open it.
       fS3Request.SetAuthType(TS3HTTPRequest::kNoAuth);