Skip to content

Commit

Permalink
example: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Aug 20, 2024
1 parent 9b50bab commit 39d03f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluer/examples/list_adapters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() -> bluer::Result<()> {
let session = bluer::Session::new().await?;
let adapter_names = session.adapter_names().await?;
for adapter_name in adapter_names {
println!("Bluetooth adapater {}:", &adapter_name);
println!("Bluetooth adapter {}:", &adapter_name);
let adapter = session.adapter(&adapter_name)?;
if all_properties {
query_all_adapter_properties(&adapter).await?;
Expand Down

0 comments on commit 39d03f1

Please sign in to comment.