Language.

ipc07
Philippe PITTOLI 2019-06-05 22:24:40 +02:00
parent 9e6fd99769
commit ba2d8befbf
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class IPC::Connection
r = LibIPC.ipc_close(pointerof(@connection))
if r != 0
m = String.new LibIPC.ipc_errors_get (r)
raise Exception.new "cannot close correctly the connection: #{m}"
raise Exception.new "cannot correctly close the connection: #{m}"
end
@closed = true