summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando da Silva Sousa <wild.nando@gmail.com>2020-10-23 18:25:46 -0300
committerFernando da Silva Sousa <wild.nando@gmail.com>2020-10-23 18:25:46 -0300
commit709444274c9e87383c3728ee347607e4ae6c7906 (patch)
treefe1e960b3ff08394151b268618a2aab4c9d0c0c0
parent8d07253156c93e36a807f6247de5a18b72045603 (diff)
downloadphp7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.zip
php7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.tar.gz
php7-mysql-shim-709444274c9e87383c3728ee347607e4ae6c7906.tar.bz2
Fix grammar on comment
-rw-r--r--lib/mysql.php2
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 {