[server] Fix typo

This commit is contained in:
Joscha 2020-02-12 00:37:39 +00:00
parent 6d6344d372
commit 45a6d1934e

View file

@ -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..."