vendor/libgit2/include/git2/stash.h in rugged-0.18.0.gh.de28323 vs vendor/libgit2/include/git2/stash.h in rugged-0.19.0

- old
+ new

@@ -87,10 +87,10 @@ * * If the callback returns a non-zero value, this will stop looping. * * @param repo Repository where to find the stash. * - * @param callabck Callback to invoke per found stashed state. The most recent + * @param callback Callback to invoke per found stashed state. The most recent * stash state will be enumerated first. * * @param payload Extra parameter to callback function. * * @return 0 on success, GIT_EUSER on non-zero callback, or error code