Fix typos, fix download link for crash dumps

This commit is contained in:
Singularity Viewer
2016-06-17 05:37:18 +00:00
parent c9e896c27e
commit 9d1750eaaf
2 changed files with 3 additions and 3 deletions

View File

@@ -11,11 +11,11 @@ if (!$S->isAnonymous() && $S->user->isAllowed())
Layout::header();
?>
<p>This application is used for analyzing crash reports and statitstics for the Singularity
<p>This application is used for analyzing crash reports and statistics for the Singularity
Viewer project.</p>
<p>Access to this tool is granted to the members of the development team.
The main goal is to identify the most common problems and improve the expierience
The main goal is to identify the most common problems and improve the experience
for the users of Singularity Viewer.</p>
<?php

View File

@@ -131,7 +131,7 @@ $(function() {
</tr>
<tr>
<th>Minidump</th>
<td><a href="download.php/singularity<?php echo (int)$report->id ?>.dmp?report_id=<?php echo (int)$report->id ?>">Download</a></td>
<td><a href="download.php?report_id=<?php echo (int)$report->id ?>">Download</a></td>
</tr>
</table>
</div>