diff --git a/BurnOutSharp/Interfaces/IScannable.cs b/BurnOutSharp/Interfaces/IScannable.cs
index 5b2c6833..9d9e7b45 100644
--- a/BurnOutSharp/Interfaces/IScannable.cs
+++ b/BurnOutSharp/Interfaces/IScannable.cs
@@ -24,6 +24,6 @@ namespace BurnOutSharp.Interfaces
/// Stream representing the input file
/// Path to the input file
/// Dictionary mapping paths to protection lists
- ConcurrentDictionary> Scan(Scanner scanner, Stream stream, string filename);
+ ConcurrentDictionary> Scan(Scanner scanner, Stream stream, string file);
}
}