Found a typo while reading docs. Correcting
This commit is contained in:
parent
10ea4e18d6
commit
bd6fd557d5
1 changed files with 1 additions and 1 deletions
|
@ -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() ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue