Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29453651: Noissue - fix typo "dowload" to "download" (n is absent) (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created June 1, 2017, 4:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
diff --git a/include/AdblockPlus/FilterEngine.h b/include/AdblockPlus/FilterEngine.h
index 537142f8c97d39b572a6bcff6ce76644fccecec1..e81ff425150d3867753920de8bdbbb785792ae09 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -276,7 +276,7 @@ namespace AdblockPlus
* checking whether the request to download a subscription from Adblock Plus may be performed
* on the current connection.
*/
- IsConnectionAllowedAsyncCallback isSubscriptionDowloadAllowedCallback;
+ IsConnectionAllowedAsyncCallback isSubscriptionDownloadAllowedCallback;
};
/**
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld