summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
diff options
context:
space:
mode:
authorStefan Weil2019-12-14 08:59:39 +0100
committerStefan Weil2019-12-14 09:29:06 +0100
commitab49e774910743701ee8742799c0b5a58ea65d8a (patch)
tree64057cbb86e9b4524444f00dcf0482345ac96a2b /modules-available/sysconfig
parent[statistics] Fix date range queries to match by day, not by second (diff)
downloadslx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'modules-available/sysconfig')
-rw-r--r--modules-available/sysconfig/addconfig.inc.php2
-rw-r--r--modules-available/sysconfig/addmodule.inc.php2
-rw-r--r--modules-available/sysconfig/addmodule_branding.inc.php2
-rw-r--r--modules-available/sysconfig/inc/ppd.inc.php6
-rw-r--r--modules-available/sysconfig/lang/en/template-tags.json2
5 files changed, 7 insertions, 7 deletions
diff --git a/modules-available/sysconfig/addconfig.inc.php b/modules-available/sysconfig/addconfig.inc.php
index 55944cfa..d9bed6f1 100644
--- a/modules-available/sysconfig/addconfig.inc.php
+++ b/modules-available/sysconfig/addconfig.inc.php
@@ -59,7 +59,7 @@ abstract class AddConfig_Base
/**
* Called before any HTML rendering happens, so you can
- * pepare stuff, validate input, and optionally redirect
+ * prepare stuff, validate input, and optionally redirect
* early if something is wrong, or you received post
* data etc.
*/
diff --git a/modules-available/sysconfig/addmodule.inc.php b/modules-available/sysconfig/addmodule.inc.php
index 1f78de81..0dd28651 100644
--- a/modules-available/sysconfig/addmodule.inc.php
+++ b/modules-available/sysconfig/addmodule.inc.php
@@ -61,7 +61,7 @@ abstract class AddModule_Base
/**
* Called before any HTML rendering happens, so you can
- * pepare stuff, validate input, and optionally redirect
+ * prepare stuff, validate input, and optionally redirect
* early if something is wrong, or you received post
* data etc.
*/
diff --git a/modules-available/sysconfig/addmodule_branding.inc.php b/modules-available/sysconfig/addmodule_branding.inc.php
index 6e628926..dd98d7af 100644
--- a/modules-available/sysconfig/addmodule_branding.inc.php
+++ b/modules-available/sysconfig/addmodule_branding.inc.php
@@ -93,7 +93,7 @@ class Branding_ProcessFile extends AddModule_Base
*
* @param string $svgName file to download to
* @param string $url url to download from
- * @return boolean true of download succeded, false on download error (also returns true if downloaded file doesn't
+ * @return boolean true of download succeeded, false on download error (also returns true if downloaded file doesn't
* seem to be svg!)
*/
private function downloadSvg($svgName, $url, &$title)
diff --git a/modules-available/sysconfig/inc/ppd.inc.php b/modules-available/sysconfig/inc/ppd.inc.php
index 5ccdbd53..9bd5d171 100644
--- a/modules-available/sysconfig/inc/ppd.inc.php
+++ b/modules-available/sysconfig/inc/ppd.inc.php
@@ -134,7 +134,7 @@ class Ppd
'JCLEnd' => '.*',
// TODO: The above three need to be either completely absent, or all three must be defined
/*
- * Resolution and Appearence Control, section 5.9
+ * Resolution and Appearance Control, section 5.9
*/
/*
* Gray Levels and Halftoning, section 5.10
@@ -417,7 +417,7 @@ class Ppd
$valueTranslation = $value;
}
// Key-value-pair parsed, now the fun part
- // Special cases for openening closing certain groups
+ // Special cases for opening closing certain groups
if ($mainKeyword === 'OpenGroup') {
if ($currentBlock !== false) {
$this->error = 'Line ' . $no . ': OpenGroup while other block (type=' . $currentBlock->type
@@ -433,7 +433,7 @@ class Ppd
continue;
} elseif ($mainKeyword === 'OpenSubGroup') {
if ($currentBlock === false || $currentBlock->type !== 'Group') {
- $this->error = 'Line ' . $no . ': OpenSubGroup with no preceeding OpenGroup';
+ $this->error = 'Line ' . $no . ': OpenSubGroup with no preceding OpenGroup';
return;
}
// TODO: Check unique
diff --git a/modules-available/sysconfig/lang/en/template-tags.json b/modules-available/sysconfig/lang/en/template-tags.json
index 16956bf2..18c32fdb 100644
--- a/modules-available/sysconfig/lang/en/template-tags.json
+++ b/modules-available/sysconfig/lang/en/template-tags.json
@@ -95,7 +95,7 @@
"lang_rebuild": "Rebuild",
"lang_rebuildLong": "Rebuild module or configuration.",
"lang_rebuildOutdatedLong": "Rebuild module or configuration. The module\/configuration is outdated or missing and should be regenerated.",
- "lang_redirectionWarning": "WARNING: This feature is experimental. It remaps the selected folders after the VM booted (via openslx.exe) to the logged in user's home drive. This might cause problems with applications that start before the pathes are patched, as they will see the old unpatched settings. Please note that this is usign undocumented or unsupported techniques to achieve this goal. It is not guaranteed that this method will work in future versions or updates of Windows. If you want to reliably remap these directories, you might want to change their locations in the VM before uploading it.",
+ "lang_redirectionWarning": "WARNING: This feature is experimental. It remaps the selected folders after the VM booted (via openslx.exe) to the logged in user's home drive. This might cause problems with applications that start before the paths are patched, as they will see the old unpatched settings. Please note that this is usign undocumented or unsupported techniques to achieve this goal. It is not guaranteed that this method will work in future versions or updates of Windows. If you want to reliably remap these directories, you might want to change their locations in the VM before uploading it.",
"lang_restartWizard": "Restart wizard",
"lang_rootKey": "root pubkey",
"lang_rootKeyInfo": "Here you can add the public key of a keypair that you want to use for authentication as root-user. Leave this field blank to disable the feature.",