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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29405620: Noissue - fix naming and typo in comments (Closed)
Patch Set: Created April 7, 2017, 10:14 a.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 | no next file » | 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 f1ec12ecf378aaa958c34f8f7d1ee8b66c6ede9b..189388467232485560798b0c1776f97a12f9624c 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -120,8 +120,8 @@ namespace AdblockPlus
bool IsUpdating() const;
/**
- * Indicates whether the subscription is acceptable ads subscription.
- * @return `true` if this subscription is acceptable ads subscription.
+ * Indicates whether the subscription is the Acceptable Ads subscription.
+ * @return `true` if this subscription is the Acceptable Ads subscription.
*/
bool IsAA() const;
@@ -313,7 +313,7 @@ namespace AdblockPlus
std::vector<SubscriptionPtr> FetchAvailableSubscriptions() const;
/**
- * Ensures that Acceptable Ads subscription is enabled or disabled.
+ * Ensures that the Acceptable Ads subscription is enabled or disabled.
* @param enabled
* - if the value is `true`
* - ensure that the filter set includes an enabled AA subscription,
@@ -325,15 +325,15 @@ namespace AdblockPlus
void SetAAEnabled(bool enabled);
/**
- * Checks whether Acceptable Ads subscription is enabled.
- * @return `true` if acceptable ads subscription is present and enabled.
+ * Checks whether the Acceptable Ads subscription is enabled.
+ * @return `true` if the Acceptable Ads subscription is present and enabled.
*/
bool IsAAEnabled() const;
/**
- * Retrieves the URL of Acceptable Ads subscription, what makes the URL
- * available even if subscription is not add yet.
- * @return Returns URL of Acceptable Ads.
+ * Retrieves the URL of the Acceptable Ads subscription, what makes the URL
+ * available even if subscription is not added yet.
+ * @return Returns URL of the Acceptable Ads.
*/
std::string GetAAUrl() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld