Skip to content

Commit

Permalink
Several more typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Horne committed Aug 29, 2017
1 parent 817811b commit 1f3e7a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website_code/php/error_library.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* This function is used to handle how an error message is used
* @param string $user_name = username the error relates to
* @param string $type = user / Admin / system
* @param string $level = how serious the problem is, or whether it is a sucess
* @param string $level = how serious the problem is, or whether it is a success
* @param string $subject = The title of the error problem (a preci effectively)
* @param string $content = The error message in full.
* @version 1.0
Expand Down Expand Up @@ -65,10 +65,10 @@ function receive_message($user_name, $type, $level, $subject, $content){
/**
*
* Function write message
* This function is used to send an error email meesage
* This function is used to log an error message
* @param string $user_name = username the error relates to
* @param string $type = user / Admin / system
* @param string $level = how serious the problem is, or whether it is a sucess
* @param string $level = how serious the problem is, or whether it is a success
* @param string $subject = The title of the error problem (a preci effectively)
* @param string $content = The error message in full.
* @version 1.0
Expand Down Expand Up @@ -184,10 +184,10 @@ function write_message($user_name, $type, $level, $subject, $content){
/**
*
* Function email message
* This function is used to send an error email meesage
* This function is used to send an error email message
* @param string $user_name = username the error relates to
* @param string $type = user / Admin / system
* @param string $level = how serious the problem is, or whether it is a sucess
* @param string $level = how serious the problem is, or whether it is a success
* @param string $subject = The title of the error problem (a preci effectively)
* @param string $content = The error message in full.
* @version 1.0
Expand Down

0 comments on commit 1f3e7a7

Please sign in to comment.