diff options
-rw-r--r-- | lib/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mysql.php b/lib/mysql.php index 1ebc5e5..d05d7a8 100644 --- a/lib/mysql.php +++ b/lib/mysql.php @@ -740,7 +740,7 @@ namespace Dshafik { $backtraceIndex = 0; /** - * Iterate through backtrace until find an backtrace with origin + * Iterate through backtrace until finding a backtrace with an origin * Some methods may not leave file and line metadata like call_user_func_array and __call */ do { |