Skip to content

Commit

Permalink
Update src/credentials/FabricTable.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
gjc13 and bzbarsky-apple committed Feb 3, 2022
1 parent cfe9a9c commit 7e8a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/FabricTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class DLL_EXPORT FabricTableDelegate
/**
* Gets called when a fabric is deleted from KVS store.
**/
virtual void OnFabricDeletedFromStorage(CompressedFabricId compreessedId, FabricIndex fabricIndex) = 0;
virtual void OnFabricDeletedFromStorage(CompressedFabricId compressedId, FabricIndex fabricIndex) = 0;

/**
* Gets called when a fabric is loaded into Fabric Table from KVS store.
Expand Down

0 comments on commit 7e8a072

Please sign in to comment.