Skip to content

Commit

Permalink
Fix typo, wrong R.
Browse files Browse the repository at this point in the history
Why are pirates call pirates?
Because the RRRR!
  • Loading branch information
mandel-macaque committed Jul 20, 2021
1 parent 70747ae commit 72c1e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chip.cs
Expand Up @@ -1140,7 +1140,7 @@ interface ChipOperationalCredentials

[Async (ResultTypeName = "ChipReadAttributeResult")]
[Export ("opCSRRequest:responseHandler:")]
void OpCsRrequest (NSData csrNonce, ChipResponseHandler responseHandler);
void OpCsrRequest (NSData csrNonce, ChipResponseHandler responseHandler);

[Async (ResultTypeName = "ChipReadAttributeResult")]
[Export ("removeAllFabrics:")]
Expand Down

0 comments on commit 72c1e08

Please sign in to comment.