Fixing some typos in simpleapp template

This commit is contained in:
Dave Smith 2010-01-09 06:23:35 -07:00
parent 407486bc62
commit c6a0d44afa
2 changed files with 2 additions and 1 deletions

View file

@ -11,5 +11,6 @@
kernel, kernel,
stdlib stdlib
]}, ]},
{mod, { {{appid}}_app, []}},
{env, []} {env, []}
]}. ]}.

View file

@ -24,5 +24,5 @@ start_link() ->
%% =================================================================== %% ===================================================================
init([]) -> init([]) ->
{ok, {one_for_one, 5, 10}, []}. {ok, { {one_for_one, 5, 10}, []} }.