Skip to content

Commit a8e98b8

Browse files
committed
Fix a typo in log message.
1 parent 4bcc80a commit a8e98b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RecordManager/Base/Utils/MetadataUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public function stripTrailingPunctuation(
595595
if (null === $str) {
596596
// Possibly invalid UTF-8, log and return:
597597
$this->logger->logError(
598-
'stripLeadingPunctuation',
598+
'stripTrailingPunctuation',
599599
"Failed to replace punctuation for '$originalStr': "
600600
. preg_last_error_msg()
601601
);

0 commit comments

Comments
 (0)