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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user