Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Nov 25, 2019
1 parent 17d22b7 commit c06b8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public static void mkDirWithPrivilegeEscalation(Path localPath, int uid, int gid
}

/**
* Delete a directory using Docker backed privilege escallation.
* Delete a directory using Docker backed privilege escalation.
* @param localPath The path to the directory to delete.
*/
public static void rmDirWithPrivilegeEscalation(Path localPath) {
Expand Down

0 comments on commit c06b8f2

Please sign in to comment.