Commit 3fcdd263 authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'topic/neverlord/fix-typos'

parents aa483772 c1bae490
...@@ -122,7 +122,7 @@ public: ...@@ -122,7 +122,7 @@ public:
virtual ~module(); virtual ~module();
/// Returns the human-redable name of the module. /// Returns the human-readable name of the module.
const char* name() const noexcept; const char* name() const noexcept;
/// Starts any background threads needed by the module. /// Starts any background threads needed by the module.
......
...@@ -206,7 +206,7 @@ struct entity { ...@@ -206,7 +206,7 @@ struct entity {
size_t vid; size_t vid;
/// Marks system-level actors to enable filtering. /// Marks system-level actors to enable filtering.
bool hidden; bool hidden;
/// A human-redable name, e.g., "actor42" or "thread23". /// A human-readable name, e.g., "actor42" or "thread23".
string pretty_name; string pretty_name;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment