Index: trunk/extensions/ArticleFeedbackv5/sql/ArticleFeedbackv5.sql |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | count back to wgArticleFeedbackv5RatingLifetime, so they're a rolling window. |
99 | 99 | |
100 | 100 | There are tables for ratings and select (ratings includes booleans as well), |
101 | | -because while the vaue of the rating/boolean is important (Rated 3/5), for |
| 101 | +because while the value of the rating/boolean is important (Rated 3/5), for |
102 | 102 | selects we only want the count for each input, not the value of that input or |
103 | 103 | the sum of the values (which will be numerical option_ids, not meaningful |
104 | 104 | rating values). The queries were sufficiently different that we deemed multiple |