Merge pull request #60 from lowks/master
Found a typo while reading docs. Correcting
This commit is contained in:
commit
6d742c0cae
1 changed files with 1 additions and 1 deletions
|
@ -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() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue