Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenfritz committed May 10, 2024
1 parent 881a877 commit cbcd60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siegfried.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func GetSiegfriedDB(installPath string) error {

}

// SiegfiredIdent gets PRONOM metadata and the size of a single file
// SiegfriedIdent gets PRONOM metadata and the size of a single file
func SiegfriedIdent(s *siegfried.Siegfried, inFile string) (SiegfriedType, error) {
var MetaOneFile SiegfriedType
var oneFile string
Expand Down

0 comments on commit cbcd60e

Please sign in to comment.