* Hmm, syntax terrors
[lhc/web/wiklou.git] / api.php
diff --git a/api.php b/api.php
index 981910d..fa85573 100644 (file)
--- a/api.php
+++ b/api.php
@@ -50,7 +50,7 @@ if (!$wgEnableAPI) {
  */
 $processor = new ApiMain($wgRequest, $wgEnableWriteAPI);
 
-// Generate the output.
+// Process data & print results
 $processor->execute();
 
 // Log what the user did, for book-keeping purposes.