mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 12:47:45 +00:00
Fix typo in enum comments
This commit is contained in:
parent
4541a1d033
commit
e1b3c78e0d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ pub enum Category {
|
||||||
Music,
|
Music,
|
||||||
/// Unknown purpose, most likely to test SqPack functionality.
|
/// Unknown purpose, most likely to test SqPack functionality.
|
||||||
SqPackTest,
|
SqPackTest,
|
||||||
/// Unknown purpose, msot likely debug files.
|
/// Unknown purpose, most likely debug files.
|
||||||
Debug,
|
Debug,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue