mirror of
https://github.com/maride/pancap.git
synced 2024-11-22 00:44:26 +00:00
Fix typo
This commit is contained in:
parent
b0555a5d4e
commit
19f4143858
@ -24,7 +24,7 @@ func main() {
|
||||
// Start analyzing
|
||||
analyzeErr := analyzePCAP(packetSource, linkType)
|
||||
if analyzeErr != nil {
|
||||
// Mh, encountered some problems while analyzingfil
|
||||
// Mh, encountered some problems while analyzing file
|
||||
log.Fatalf("Error occurred while analyzing: %s", analyzeErr.Error())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user