Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Feb 23, 2024
1 parent 8559bec commit fb50b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/service/NetRemoteService.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ HandleFailure(RequestT& request, ResultT& result, WifiAccessPointOperationStatus
}

/**
* @brief Wrapper for HandleFailure that converts a Dot11AccessPointOperationStatusCode to a WifiAccessPointOperationStatusCode.
* @brief Wrapper for HandleFailure that converts a AccessPointOperationStatusCode to a WifiAccessPointOperationStatusCode.
*
* @tparam RequestT The request type. This must contain an access point id (trait).
* @tparam ResultT The result type. This must contain an access point id and a status (traits).
Expand Down

0 comments on commit fb50b2a

Please sign in to comment.