From dc9ff5abc0c0ca69c7848b20fb45aebf6a1a6b14 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Sat, 21 Nov 2015 23:20:38 -0800 Subject: [PATCH] Update comment with better grammar :) --- client/source/scripts/components/sidebar/ClientStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/source/scripts/components/sidebar/ClientStats.js b/client/source/scripts/components/sidebar/ClientStats.js index c906bcde..857ea820 100644 --- a/client/source/scripts/components/sidebar/ClientStats.js +++ b/client/source/scripts/components/sidebar/ClientStats.js @@ -55,7 +55,7 @@ class ClientStats extends React.Component { } componentWillReceiveProps(nextProps) { - // check that the transfers was actually updated since the last component + // check that the transferData was actually updated since the last component // update. if it was updated, add the latest download & upload rates to the // end of the array and remove the first element in the array. if the arrays // are empty, fill in zeros for the first n entries.