← Back to team overview

anewt-developers team mailing list archive

[Branch ~uws/anewt/anewt.uws] Rev 1779: [database] Fix typo in comment

 

------------------------------------------------------------
revno: 1779
committer: Wouter Bolsterlee <uws@xxxxxxxxx>
branch nick: anewt.uws
timestamp: Fri 2010-03-26 22:46:21 +0100
message:
  [database] Fix typo in comment
modified:
  form/controls/button.lib.php


--
lp:anewt
https://code.launchpad.net/~uws/anewt/anewt.uws

Your team Anewt developers is subscribed to branch lp:anewt.
To unsubscribe from this branch go to https://code.launchpad.net/~uws/anewt/anewt.uws/+edit-subscription.
=== modified file 'form/controls/button.lib.php'
--- form/controls/button.lib.php	2009-03-27 15:54:37 +0000
+++ form/controls/button.lib.php	2010-03-26 21:46:21 +0000
@@ -50,7 +50,7 @@
 
 			/* Whether a 'name' attribute should be included when rendering this
 			 * form button. It can be set to false to reduce URI clutter for
-			 * simple GET forms. The 'id' attribute is always include, so
+			 * simple GET forms. The 'id' attribute is always included, so
 			 * setting this to false does not limit scripting possibilities. */
 			'render-name' => true,
 		));