Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jan 21, 2024
1 parent 99b2801 commit 6866205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apclient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ class APClient {
return "Unknown";
}

/*Usage is not recomended
/*Usage is not recommended
* Return the id associated with the location name
* Return APClient::INVALID_NAME_ID when undefined*/
int64_t get_location_id(const std::string& name) const
Expand Down Expand Up @@ -721,7 +721,7 @@ class APClient {
return "Unknown";
}

/*Usage is not recomended
/*Usage is not recommended
* Return the id associated with the item name
* Return APClient::INVALID_NAME_ID when undefined*/
int64_t get_item_id(const std::string& name) const
Expand Down
2 changes: 1 addition & 1 deletion apuuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static std::string ap_get_uuid(const std::string& uuidFile)
#endif
}
if (!uuidFile.empty() && (!f || n < 32)) {
fprintf(stderr, "Could not write persistant UUID!\n");
fprintf(stderr, "Could not write persistent UUID!\n");
}
}
f = nullptr;
Expand Down

0 comments on commit 6866205

Please sign in to comment.