[server] Fix typo
This commit is contained in:
parent
6d6344d372
commit
45a6d1934e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ serverApp pingDelay constructor pendingConnection = do
|
|||
constructor (writeChan chan) $ receivePackets conn
|
||||
_ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet"
|
||||
where
|
||||
initialNode = txtNode "" "Loading ..."
|
||||
initialNode = txtNode "" "Loading..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue