Skip to content

Commit c1760ff

Browse files
committed
wording
1 parent 2966ded commit c1760ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getRequest($user, $dest)
150150
throw new UnitySQLRecordNotFound("no such request: uid='$user' request_for='$dest'");
151151
}
152152
if (count($results) > 1) {
153-
throw new Exception("too many requests for uid='$user' request_for='$dest'");
153+
throw new Exception("multiple requests for uid='$user' request_for='$dest'");
154154
}
155155
return $results[0];
156156
}

0 commit comments

Comments
 (0)