Skip to content

Commit 051214c

Browse files
committed
Fix typos in README.md
Fix a typo: pats -> parts Change 'is' to 'are' in the "Client API (for C)" section.
1 parent 62cf7cf commit 051214c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Prefix the binaries with build directory path (`target/debug` or `target/release
6969
```c
7070
#define USERNAME "John Doe"
7171
```
72-
- Just like in C, pats of the resource file can be ignored / included conditionally using the `#ifdef` and `ifndef` directives.
72+
- Just like in C, parts of the resource file can be ignored / included conditionally using the `#ifdef` and `ifndef` directives.
7373
```c
7474
#ifdef USERNAME
7575
swaylock.greeter.user USERNAME // USERNAME is replaced with John Doe
@@ -126,7 +126,7 @@ The CLI client allows the user to interact with the config manager. Primary func
126126

127127
## Client API (for C)
128128

129-
The header and implementation files for the dbus interface is autogenerated from the `service.xml` file during the `meson` build. The `client_api.h` header file provides a simple to use wrapper api. All the dbus method names are in snake case and are prefixed with `conf_client`.
129+
The header and implementation files for the dbus interface are autogenerated from the `service.xml` file during the `meson` build. The `client_api.h` header file provides a simple to use wrapper api. All the dbus method names are in snake case and are prefixed with `conf_client`.
130130

131131
## Rust Client Library
132132

0 commit comments

Comments
 (0)