fixed typo

master
Martin Gerhardy 2016-03-30 08:18:05 +02:00
parent ca1174a12d
commit b61b7c58e0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public:
std::string load(const std::string& filename);
/**
* @brief Loads a file asynchronously and executes the given @c CompleteHandle once some result is avaiable.
* @brief Loads a file asynchronously and executes the given @c CompleteHandle once some result is available.
*/
template<class CompleteHandle>
void loadAsync(const std::string& filename, CompleteHandle completeHandle) {