Skip to content

Commit f57dbe0

Browse files
authored
Merge pull request #129 from mmoreram/master
Fixed typo
2 parents c6daf35 + fbc2c73 commit f57dbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Io/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected function buildSql()
120120
$offset = strpos($sql, '?', $offset + strlen($replacement));
121121
}
122122
if ($offset !== false) {
123-
throw new \LogicException('Params not enouth to build sql');
123+
throw new \LogicException('Params not enough to build sql');
124124
}
125125

126126
return $sql;

0 commit comments

Comments
 (0)