From c77a6558972f3a77987bc8dfc3ac80843e4d4c97 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 20 Nov 2022 22:04:14 +0100 Subject: chore: Fix typo --- src/InodeCache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InodeCache.hpp b/src/InodeCache.hpp index c61f4b8e..e270ef15 100644 --- a/src/InodeCache.hpp +++ b/src/InodeCache.hpp @@ -49,7 +49,7 @@ public: // // 1. A file is written with content C1, size S and timestamp (ctime/mtime) T. // 2. Ccache hashes the file content and asks the inode cache to store the - // digest with a hash of S and T (and some other dataa) as the key. + // digest with a hash of S and T (and some other data) as the key. // 3. The file is quickly thereafter written with content C2 without changing // size S and timestamp T. The timestamp is not updated since the file // writes are made within a time interval smaller than the granularity of -- cgit v1.2.1