Browse Source

Update exec.php

Nate 6 years ago
parent
commit
592634fb12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exec.php

+ 1 - 1
exec.php

@@ -220,7 +220,7 @@
 
 <?php
 
-//gnerate the captcha image
+//generate the captcha image
 	$_SESSION['captcha'] = generate_password(7, 2);
 	$captcha = new captcha;
 	$captcha->code = $_SESSION['captcha'];