Skip to content

Commit

Permalink
Merge pull request #262 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix typos found by codespell
  • Loading branch information
restena-sw authored Apr 7, 2023
2 parents 721f805 + 576121c commit 5e1052a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/common/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public function setTextDomain($domain)
* checks if lang has been declared in the http call
* if not, checks for saved lang in the SESSION
* or finally checks browser properties.
* Only one of the supported langiages can be set
* if a match is not found, the default langiage is used
* Only one of the supported languages can be set
* if a match is not found, the default language is used
* @param int $hardSetLang - this is currently not used but will allow to force lang setting if this was ever required
* @return array the language that was set
*/
Expand Down
2 changes: 1 addition & 1 deletion devices/linux/compatibility_list
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

These distributions have been tested and NM was successfully configured:
In most cases LiveCD were tested for PEAP installation
Not all LiveCDs run at the user level therefore some isues may have been
Not all LiveCDs run at the user level therefore some issues may have been
overlooked.

Centos 6.2
Expand Down
2 changes: 1 addition & 1 deletion web/lib/admin/MapOpenLayers.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function markersStyle(feature) {
return [style];
}
// devine the markers layer
// define the markers layer
var markersLayer = new ol.layer.Vector({
source: markersSource,
style: markersStyle
Expand Down

0 comments on commit 5e1052a

Please sign in to comment.