Skip to content

Commit 782b459

Browse files
committed
Fixed typo in comments
1 parent ec077bf commit 782b459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encryption/Traits/GenerateIv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
trait GenerateIv
1515
{
1616
/**
17-
* Generates an initialization vector. Defaukts to using openssl_random_pseudo_bytes() but will fall back to
17+
* Generates an initialization vector. Defaults to using openssl_random_pseudo_bytes() but will fall back to
1818
* random_bytes() if false is returned. If random_bytes() fails and $allowLessSecureIv is set to TRUE an IV
1919
* will be generated using random characters (not recommended for production use).
2020
*

0 commit comments

Comments
 (0)