浏览代码

Update exec.php

Nate 6 年之前
父节点
当前提交
592634fb12
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'];