Merge 'Typos: fix typos in code' from Yaniv Kaul

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

Closes scylladb/scylladb#16289

* github.com:scylladb/scylladb:
  Update unified/build_unified.sh
  Update main.cc
  Update dist/common/scripts/scylla-housekeeping
  Typos: fix typos in code
This commit is contained in:
Botond Dénes
2023-12-06 07:36:41 +02:00
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();