libsa: Fix a typo in a panic message

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-20 12:56:52 +02:00
parent 7fad3ed8e9
commit 746cc38ec3

View File

@ -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