Skip to content

Commit

Permalink
Fix typos in comments (#22691)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner authored Oct 15, 2024
1 parent a403651 commit a0073f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/LanguagesManager/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function setLanguageForUser($login, $languageCode)
}

/**
* Returns whether the given user has chosen to use 12 hour clock
* Returns whether the given user has chosen to use 12-hour clock
*
* @param $userLogin
* @return bool
Expand All @@ -73,7 +73,7 @@ public function uses12HourClock($userLogin)
}

/**
* Sets whether the given user wants to use 12 hout clock
* Sets whether the given user wants to use 12-hour clock
*
* @param string $login
* @param string $use12HourClock
Expand Down

0 comments on commit a0073f0

Please sign in to comment.