diff --git a/SharpPhysFS/PhysFS.cs b/SharpPhysFS/PhysFS.cs index 4778f94..33aeaad 100644 --- a/SharpPhysFS/PhysFS.cs +++ b/SharpPhysFS/PhysFS.cs @@ -662,7 +662,7 @@ namespace SharpPhysFS /// /// Get a file listing of a search path's directory, using an application-defined callback. /// - /// Type of data passed to callbakc + /// Type of data passed to callback /// Directory, in platform-independent notation, to enumerate. /// Callback function to notify about search path elements. /// Application-defined data passed to callback. Can be null.