Skip to content

Commit 70ca6e3

Browse files
committed
typo
1 parent b792953 commit 70ca6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/classes/bug_patchtracker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function attach($bugid, $patch, $name, $handle, $obsoletes)
132132
return PEAR::raiseError('Upload directory for patches could not be initialized');
133133
}
134134
if (!preg_match('/^[\w\-\.]+\z/', $name) || strlen($name) > 80) {
135-
return PEAR::raiseError("Invalid patch name \"".htmlspecichars($name)."\"");
135+
return PEAR::raiseError("Invalid patch name \"".htmlspecialchars($name)."\"");
136136
}
137137
if (!is_array($obsoletes)) {
138138
return PEAR::raiseError('Invalid obsoleted patches');

0 commit comments

Comments
 (0)