Skip to content

Commit

Permalink
Item14237: Textual fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Mar 10, 2017
1 parent 0fcb7b8 commit f524d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/lib/Foswiki/Exception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sub stringifyPostfix {
return (
DEBUG
? "\n" . $this->stacktrace
: ' at ' . $this->file . ' line ' . $this->line
: ' at ' . $this->file . ', line ' . $this->line
);
}

Expand Down Expand Up @@ -368,8 +368,8 @@ sub transmute {
---++ StaticMethod errorStr($error)
Gets a error in $error and converts it into a text message by trying to
determine error type and properly stringify it.
Converts $error into a text message by trying to determine error type and
properly stringify it.
=cut

Expand Down

0 comments on commit f524d0f

Please sign in to comment.