Typo in class-wc-log-levels.php

This commit is contained in:
Gregory Karpinsky 2019-01-30 23:31:39 -05:00 committed by GitHub
parent 00a93ae8f0
commit 17a59c5004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ abstract class WC_Log_Levels {
/**
* Translate severity integer to level string.
*
* @param int $severity Serevity level.
* @param int $severity Severity level.
* @return bool|string False if not recognized. Otherwise string representation of level.
*/
public static function get_severity_level( $severity ) {