Fixed spelling errors line in ggs_server line 46-49.

This commit is contained in:
Kallfaktorn 2011-02-04 14:46:29 +01:00
parent 68658bf74c
commit ffeaa3bdc1

View file

@ -43,10 +43,10 @@ start(Port) ->
get_count() ->
ggs_network:get_count(get_count).
_crash() -> gen_network:crash().
_vms() -> gen_network:vms().
_hello() -> gen_network:hello().
_echo() -> gen_network:echo().
_crash() -> gss_network:crash().
_vms() -> gss_network:vms().
_hello() -> gss_network:hello().
_echo() -> gss_network:echo().
%%-----------------------------------------------------
%% @doc Stops the server.