Found a typo while reading docs. Correcting

This commit is contained in:
Low Kian Seong 2014-05-08 11:10:38 +08:00
parent 10ea4e18d6
commit bd6fd557d5

View file

@ -143,7 +143,7 @@ real_dir_path(Path) ->
ok = file:set_cwd(CurCwd), ok = file:set_cwd(CurCwd),
filename:absname(RealPath). filename:absname(RealPath).
%% @doc make a unique temorory directory. Similar function to BSD stdlib %% @doc make a unique temporary directory. Similar function to BSD stdlib
%% function of the same name. %% function of the same name.
-spec insecure_mkdtemp() -> TmpDirPath::file:name(). -spec insecure_mkdtemp() -> TmpDirPath::file:name().
insecure_mkdtemp() -> insecure_mkdtemp() ->