mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libsa: Fix a typo in a panic message
- s/occured/occurred/ MFC after: 3 days
This commit is contained in:
parent
7fad3ed8e9
commit
746cc38ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ bzf_stat(struct open_file *f, struct stat *sb)
|
|||
void
|
||||
bz_internal_error(int errorcode)
|
||||
{
|
||||
panic("bzipfs: critical error %d in bzip2 library occured", errorcode);
|
||||
panic("bzipfs: critical error %d in bzip2 library occurred", errorcode);
|
||||
}
|
||||
|
||||
#ifdef REGRESSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue