Update gitignore, fix typo
This commit is contained in:
parent
5893615589
commit
1b121f1b90
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.mpq
|
||||
.ccls-cache
|
||||
asset
|
||||
imgui.ini
|
||||
*.mpq
|
||||
|
@ -44,7 +44,7 @@ func FileMountArchive(mountPath, archivePath string) error {
|
||||
func FileUnmountArchive(mountPath string) error {
|
||||
archive, ok := fileState.mountPoints[mountPath]
|
||||
if !ok {
|
||||
return errors.New("file archive is nout mounted")
|
||||
return errors.New("file archive is not mounted")
|
||||
}
|
||||
|
||||
var paths []string
|
||||
|
Loading…
Reference in New Issue
Block a user