Typos: fix typos in code

Fixes some more typos as found by codespell run on the code.
In this commit, there are more user-visible errors.

Refs: https://github.com/scylladb/scylladb/issues/16255
This commit is contained in:
Yaniv Kaul
2023-12-05 15:16:41 +02:00
parent 4505a86f46
commit ae2ab6000a
63 changed files with 79 additions and 79 deletions

View File

@@ -73,7 +73,7 @@ private:
future<bool> property_file_was_modified();
/**
* Read the propery file if it has changed since the last time we read it.
* Read the property file if it has changed since the last time we read it.
*/
future<> read_property_file();