mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
typo fix
This commit is contained in:
parent
5eb6b209f4
commit
7ee77ff47a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ The following functions expect tt(path) arguments:
|
|||
(creates a symbolic (soft) link from tt(link) to tt(dest); tt(dest)
|
||||
does em(not) have to exist;)
|
||||
|
||||
itht(current_path)(path current path([error_code &ec])), tt(void
|
||||
itht(current_path)(path current_path([error_code &ec])), tt(void
|
||||
current_path(path const &toPath [, error_code &ec])):nl()
|
||||
the former function returns the current working directory (cwd),
|
||||
the latter changes the cwd to tt(toPath);
|
||||
|
|
Loading…
Reference in a new issue