fixed another small typo

This commit is contained in:
Niko Bochan 2015-02-13 16:27:02 +01:00
parent adf4ece474
commit 067440ff8b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page
<div id="error-container" class="center">
<?php if(isset($error)):?>
<div class="bs-callout bs-callout-danger">
<h4>An error has occured while processing your request</h4>
<h4>An error has occurred while processing your request</h4>
<?php echo($error); ?>
</div>
<?php endif;?>