Skip to content

Commit 7f73104

Browse files
committed
Fix typos in src/sdbus/default_bus.py
1 parent 95a8544 commit 7f73104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdbus/default_bus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def request_default_bus_name_async(
131131
replace_existing: bool = False,
132132
queue: bool = False,
133133
) -> None:
134-
r"""Asyncronously acquire a name on the default bus.
134+
r"""Asynchronously acquire a name on the default bus.
135135
136136
:param new_name:
137137
Name to acquire.
@@ -167,7 +167,7 @@ def request_default_bus_name(
167167
) -> None:
168168
r"""Acquire a name on the default bus.
169169
170-
Blocks until a reply is recieved from D-Bus daemon.
170+
Blocks until a reply is received from D-Bus daemon.
171171
172172
:param new_name:
173173
Name to acquire.

0 commit comments

Comments
 (0)