From 54ebece97ee3eba11052d826b75162556bfafea6 Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Tue, 9 Feb 2016 11:25:48 +0100 Subject: [PATCH] Fix typo in docs --- SharpPhysFS/PhysFS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.