Fixed spelling errors line in ggs_server line 46-49.
This commit is contained in:
parent
68658bf74c
commit
ffeaa3bdc1
1 changed files with 4 additions and 4 deletions
|
@ -43,10 +43,10 @@ start(Port) ->
|
||||||
get_count() ->
|
get_count() ->
|
||||||
ggs_network:get_count(get_count).
|
ggs_network:get_count(get_count).
|
||||||
|
|
||||||
_crash() -> gen_network:crash().
|
_crash() -> gss_network:crash().
|
||||||
_vms() -> gen_network:vms().
|
_vms() -> gss_network:vms().
|
||||||
_hello() -> gen_network:hello().
|
_hello() -> gss_network:hello().
|
||||||
_echo() -> gen_network:echo().
|
_echo() -> gss_network:echo().
|
||||||
|
|
||||||
%%-----------------------------------------------------
|
%%-----------------------------------------------------
|
||||||
%% @doc Stops the server.
|
%% @doc Stops the server.
|
||||||
|
|
Reference in a new issue