s/somme/some/

pull/1037/head
Mark Haines 2016-03-15 15:23:18 +00:00
parent 3224a4e49e
commit 9b85d88036
1 changed files with 1 additions and 1 deletions

View File

@ -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();