From 9b85d88036b47affd4d7e13cd18d2fbe746eeaab Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 15 Mar 2016 15:23:18 +0000 Subject: [PATCH] s/somme/some/ --- src/components/views/settings/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index 73a056ee03..616c861871 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -598,7 +598,7 @@ module.exports = React.createClass({ } if (needsUpdate.length > 0) { - // If somme of the rules need to be ported then wait for the porting + // If some of the rules need to be ported then wait for the porting // to happen and then fetch the rules again. return q.allSettled(needsUpdate).then( function() { return cli.getPushRules();