diff --git a/src/remote/client/interface.cpp b/src/remote/client/interface.cpp index f3e48b1583e..6bb62bccfb9 100644 --- a/src/remote/client/interface.cpp +++ b/src/remote/client/interface.cpp @@ -2029,7 +2029,7 @@ void Attachment::freeClientData(CheckStatusWrapper* status, bool force) if (status->getState() & Firebird::IStatus::STATE_ERRORS) { - iscLogStatus("REMOTE INTERFACE/gds__detach: Unsuccesful detach from " + iscLogStatus("REMOTE INTERFACE/gds__detach: Unsuccessful detach from " "database.\n\tUncommitted work may have been lost.", status); reset(status); }