Fix typo in docs

pull/2/head
Francesco Bertolaccini 2016-02-09 11:25:48 +01:00
parent 6ce6af5fa0
commit 54ebece97e
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ namespace SharpPhysFS
/// <summary>
/// Get a file listing of a search path's directory, using an application-defined callback.
/// </summary>
/// <typeparam name="T">Type of data passed to callbakc</typeparam>
/// <typeparam name="T">Type of data passed to callback</typeparam>
/// <param name="dir">Directory, in platform-independent notation, to enumerate.</param>
/// <param name="c">Callback function to notify about search path elements.</param>
/// <param name="data">Application-defined data passed to callback. Can be null.</param>