Skip to content

Commit

Permalink
spelling (#37960)
Browse files Browse the repository at this point in the history
simple spelling correction
  • Loading branch information
brianteeman committed Jun 2, 2022
1 parent aa1914c commit 5ab40c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Log/LogEntry.php
Expand Up @@ -98,7 +98,7 @@ class LogEntry
* @param array $context An optional array with additional message context.
*
* @since 1.7.0
* @change 3.10.7 If the message containes a full path, the root path (JPATH_ROOT) is removed from it
* @change 3.10.7 If the message contains a full path, the root path (JPATH_ROOT) is removed from it
* to avoid any full path disclosure. Before 3.10.7, the path was propagated as provided.
*/
public function __construct($message, $priority = Log::INFO, $category = '', $date = null, array $context = array())
Expand Down

0 comments on commit 5ab40c1

Please sign in to comment.