diff --git a/Dalamud.Bootstrap/Crypto/Blowfish.cs b/Dalamud.Bootstrap/Crypto/Blowfish.cs index 6e23a9ab3..485571dc2 100644 --- a/Dalamud.Bootstrap/Crypto/Blowfish.cs +++ b/Dalamud.Bootstrap/Crypto/Blowfish.cs @@ -77,7 +77,7 @@ namespace Dalamud.Bootstrap.Crypto /// /// /// - /// A buffer to store decrypted data be stored. + /// A buffer to store decrypted data. /// /// Thrown when either the length of the buffer is not multiple of the block size. (i.e. 8 bytes) /// or `source` and `destination` are overlapped in the memory.