Skip to content

Commit

Permalink
fix(TDP): fix typo 'PowerProfilesAvaialable' in dbus interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Dec 8, 2024
1 parent ba7052b commit cbc2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/performance/gpu/dbus/tdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl GPUTDPDBusIface {
}

#[dbus_interface(property)]
async fn power_profiles_avaialable(&self) -> fdo::Result<Vec<String>> {
async fn power_profiles_available(&self) -> fdo::Result<Vec<String>> {
match self.dev.lock().await.power_profiles_available().await {
TDPResult::Ok(result) => Ok(result),
TDPResult::Err(err) => Err(err.into()),
Expand Down

0 comments on commit cbc2c28

Please sign in to comment.