Skip to content

Commit

Permalink
fix typos in function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmelodewyk authored and val-ms committed Dec 14, 2023
1 parent 1132209 commit 2e999a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int traverse_to(const char *directory, bool want_directory_handle, HANDLE
* @brief Rename (move) a file from Source to Destination without following symlinks.
*
* This approach mitigates the possibility that one of the directories
* in the path has been replaces with a malicious symlink.
* in the path has been replaced with a malicious symlink.
*
* @param source Source pathname.
* @param destination Destination pathname (including file name)
Expand Down Expand Up @@ -530,7 +530,7 @@ static int traverse_rename(const char *source, const char *destination)
* @brief Unlink (delete) a target file without following symlinks.
*
* This approach mitigates the possibility that one of the directories
* in the path has been replaces with a malicious symlink.
* in the path has been replaced with a malicious symlink.
*
* @param target A file to be deleted.
* @return 0 Unlink succeeded.
Expand Down

0 comments on commit 2e999a1

Please sign in to comment.