diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-09-20 16:16:33 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-09-20 16:19:57 -0500 |
| commit | ba39928b501399816ba343ef4ac16ee644ea9bf5 (patch) | |
| tree | 3d8be6c9f651bee92b5ba82b63d574cf82d7f162 | |
| parent | db8386263b86d967e78a5af7607fa4a3f677be1d (diff) | |
| download | phosphor-settingsd-ba39928b501399816ba343ef4ac16ee644ea9bf5.tar.gz phosphor-settingsd-ba39928b501399816ba343ef4ac16ee644ea9bf5.zip | |
Grammar fixes for README-settings-manager.md
Change-Id: I424a03c81fb38b5aeb3f2028be1fbdf61aade406
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | README-settings-manager.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README-settings-manager.md b/README-settings-manager.md index 3d3367d..4b13608 100644 --- a/README-settings-manager.md +++ b/README-settings-manager.md @@ -2,7 +2,7 @@ The settings manager has the following design goals: -* Each setting should be a distinct d-bus object. +* Each setting should be a distinct D-Bus object. * The above makes it possible to not even create settings objects that do not apply to a specific system. @@ -12,14 +12,14 @@ The settings manager has the following design goals: have different applicable settings as well. * It should be possible to specify default settings for a system at build-time, - based on which the settings manager should at run-time create appopriate - d-bus objects and place them on the bus. + based on which the settings manager should at run-time create appropriate + D-Bus objects and place them on the bus. ## Settings policy file Some of the design goals above are achieved via a policy file, which is written in YAML. Based on this policy file, the settings manager code is generated to be -able to create only relevant settings d-bus objects along with specifying their +able to create only relevant settings D-Bus objects along with specifying their defaults. Here's an example of how entries in the YAML would look: |

