X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/fa7225c82381bac4432a6edf16f53b5370238d85..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_filedb/lib/AtomicFile.h?ds=inline diff --git a/OSX/libsecurity_filedb/lib/AtomicFile.h b/OSX/libsecurity_filedb/lib/AtomicFile.h index db86fd76..86be8bea 100644 --- a/OSX/libsecurity_filedb/lib/AtomicFile.h +++ b/OSX/libsecurity_filedb/lib/AtomicFile.h @@ -40,10 +40,10 @@ public: AtomicFile(const std::string &inPath); ~AtomicFile(); - // Aquire the write lock and remove the file. + // Acquire the write lock and remove the file. void performDelete(); - // Aquire the write lock and rename the file. + // Acquire the write lock and rename the file. void rename(const std::string &inNewPath); // Lock the file for writing and return a newly created AtomicTempFile.