diff options
author | Fernando da Silva Sousa <wild.nando@gmail.com> | 2020-10-23 18:25:46 -0300 |
---|---|---|
committer | Fernando da Silva Sousa <wild.nando@gmail.com> | 2020-10-23 18:25:46 -0300 |
commit | 709444274c9e87383c3728ee347607e4ae6c7906 (patch) | |
tree | fe1e960b3ff08394151b268618a2aab4c9d0c0c0 /lib/mysql.php | |
parent | 8d07253156c93e36a807f6247de5a18b72045603 (diff) | |
download | php7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.zip php7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.tar.gz php7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.tar.bz2 |
Fix grammar on comment
Diffstat (limited to 'lib/mysql.php')
-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 { |