summaryrefslogtreecommitdiff
path: root/scripts/mysql_find_rows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mysql_find_rows.sh')
-rw-r--r--scripts/mysql_find_rows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_find_rows.sh b/scripts/mysql_find_rows.sh
index 3d7bad3323e..91ffc326e16 100644
--- a/scripts/mysql_find_rows.sh
+++ b/scripts/mysql_find_rows.sh
@@ -16,7 +16,7 @@ usage() if ($opt_help || $opt_Information);
$query=$search=$database=$set=""; $eoq=0;
while (<>)
{
- next if (length($query) == 0 && /^\#/); # Skipp comments
+ next if (length($query) == 0 && /^\#/); # Skip comments
$query.=search($_);
if ($eoq)
{