Merge pull request #60 from lowks/master

Found a typo while reading docs. Correcting
This commit is contained in:
Jordan Wilberding 2014-05-08 08:01:55 +02:00
commit 6d742c0cae

View file

@ -143,7 +143,7 @@ real_dir_path(Path) ->
ok = file:set_cwd(CurCwd),
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.
-spec insecure_mkdtemp() -> TmpDirPath::file:name().
insecure_mkdtemp() ->