From 819d782294c30353bf812f98e8680e998ed85b22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 12 Apr 2016 21:03:09 +0200 Subject: [PATCH] Fix typo in exceptions --- wcfsetup/install/files/lib/core.functions.php | 2 +- wcfsetup/install/lang/en.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 58c01b9f2b..285e57ffea 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -125,7 +125,7 @@ namespace wcf\functions\exception {

 

The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. - In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. + In addition the error has been written to the log file located at {$logFile} and can be accessed with a FTP program or similar.

 

Notice: The error code was randomly generated and has no use beyond looking up the full message.

diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 0bcd5ecfca..62098d2dd6 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2189,7 +2189,7 @@ Errors are:

 

The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. - In addition the error has been writen to the log file located at {$logFile} and can be accessed with a FTP program or similar. + In addition the error has been written to the log file located at {$logFile} and can be accessed with a FTP program or similar.

 

Notice: The error code was randomly generated and has no use beyond looking up the full message.

]]> -- 2.20.1