Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
  • Loading branch information
JayNakrani committed Mar 16, 2014
1 parent bb9b8be commit e21c29c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Controller/SourceForgeController.php
@@ -1,7 +1,7 @@
<?php
/* vim: set noexpandtab sw=2 ts=2 sts=2: */
/**
* Sourceforge controller handling source forge ticket submition and creation
* Sourceforge controller handling source forge ticket submission and creation
*
* phpMyAdmin Error reporting server
* Copyright (c) phpMyAdmin project (http://www.phpmyadmin.net)
Expand All @@ -17,7 +17,7 @@
*/

/**
* Sourceforge controller handling source forge ticket submition and creation
* Sourceforge controller handling source forge ticket submission and creation
*
* @package Server.Controller
*/
Expand Down
2 changes: 1 addition & 1 deletion app/View/Incidents/view.ctp
Expand Up @@ -15,7 +15,7 @@
</td>
</tr>
<tr>
<td>Submition Date</td>
<td>Submission Date</td>
<td>
<?php echo $incident["Incident"]["created"]; ?>
</td>
Expand Down
2 changes: 1 addition & 1 deletion app/View/Reports/view.ctp
Expand Up @@ -111,7 +111,7 @@
<td><?php echo count($incidents) . " incidents of this bug"; ?></td>
</tr>
<tr>
<td>Submition Date</td>
<td>Submission Date</td>
<td>
<?php echo $report["Report"]["created"]; ?>
and it was last seen on
Expand Down

0 comments on commit e21c29c

Please sign in to comment.