Skip to content

Commit 366cb7d

Browse files
committed
Fixed typos
1 parent 93349cb commit 366cb7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sdbus/dbus_common_elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __new__(cls, name: str,
6666
f"Invalid interface name: \"{interface_name}\"; "
6767
'Interface names must be composed of 2 or more elements '
6868
'separated by a dot \'.\' character. All elements must '
69-
'contain atleast one character, constist of ASCII '
69+
'contain at least one character, constist of ASCII '
7070
'characters, first character must not be digit and '
7171
'length must not exceed 255 characters.'
7272
)

src/sdbus/sd_bus_internals_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static PyObject* SdBus_drive(SdBusObject* self, PyObject* Py_UNUSED(args)) {
270270
// Connection gracefully terminated
271271
Py_RETURN_NONE;
272272
} else {
273-
// Error occured processing sdbus
273+
// Error occurred processing sdbus
274274
CALL_SD_BUS_AND_CHECK(return_value);
275275
return NULL;
276276
}

0 commit comments

Comments
 (0)