mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibCore: Fix a typo in CConfigFile.h
This commit is contained in:
parent
c7fd39f3b1
commit
84f0be37f0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
Vector<String> groups() const;
|
||||
Vector<String> keys(const String& group) const;
|
||||
|
||||
String read_entry(const String& group, const String& key, const String& default_vaule = String()) const;
|
||||
String read_entry(const String& group, const String& key, const String& default_value = String()) const;
|
||||
int read_num_entry(const String& group, const String& key, int default_value = 0) const;
|
||||
bool read_bool_entry(const String& group, const String& key, bool default_value = false) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue