From commits-return-1219-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Wed Jul 18 17:32:53 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CC824180636 for ; Wed, 18 Jul 2018 17:32:52 +0200 (CEST) Received: (qmail 49592 invoked by uid 500); 18 Jul 2018 15:32:51 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 49583 invoked by uid 99); 18 Jul 2018 15:32:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2018 15:32:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5E85881E7B; Wed, 18 Jul 2018 15:32:51 +0000 (UTC) Date: Wed, 18 Jul 2018 15:32:51 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Fixed typos in currently modified files (#5419) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153192797118.2312.9560421609811335713@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7f8eaee18da27cc348c2b60dbc81d5f06da604ac X-Git-Newrev: b0b04b319b79e299fc150837870755c2e0a51a1b X-Git-Rev: b0b04b319b79e299fc150837870755c2e0a51a1b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new b0b04b3 Fixed typos in currently modified files (#5419) b0b04b3 is described below commit b0b04b319b79e299fc150837870755c2e0a51a1b Author: Vishal Jagtap <35190080+visshaljagtap@users.noreply.github.com> AuthorDate: Wed Jul 18 21:02:47 2018 +0530 Fixed typos in currently modified files (#5419) --- superset/assets/src/components/FilterableTable/FilterableTable.jsx | 2 +- superset/assets/src/explore/controls.jsx | 2 +- superset/cli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/superset/assets/src/components/FilterableTable/FilterableTable.jsx b/superset/assets/src/components/FilterableTable/FilterableTable.jsx index e54a6fc..307d97c 100644 --- a/superset/assets/src/components/FilterableTable/FilterableTable.jsx +++ b/superset/assets/src/components/FilterableTable/FilterableTable.jsx @@ -72,7 +72,7 @@ export default class FilterableTable extends PureComponent { fitTableToWidthIfNeeded() { const containerWidth = this.container.getBoundingClientRect().width; if (containerWidth > this.totalTableWidth) { - this.totalTableWidth = containerWidth - 2; // accomodates 1px border on container + this.totalTableWidth = containerWidth - 2; // accommodates 1px border on container } this.setState({ fitted: true }); } diff --git a/superset/assets/src/explore/controls.jsx b/superset/assets/src/explore/controls.jsx index 905a3de..d5d94fd 100644 --- a/superset/assets/src/explore/controls.jsx +++ b/superset/assets/src/explore/controls.jsx @@ -3,7 +3,7 @@ * * While the React components located in `controls/components` represent different * types of controls (CheckboxControl, SelectControl, TextControl, ...), the controls here - * represent instances of control types, that can be reused across visualisation types. + * represent instances of control types, that can be reused across visualization types. * * When controls are reused across viz types, their values are carried over as a user * changes the chart types. diff --git a/superset/cli.py b/superset/cli.py index a304664..fc2f751 100755 --- a/superset/cli.py +++ b/superset/cli.py @@ -236,7 +236,7 @@ def refresh_druid(datasource, merge): 'files to import (*.yaml or *.yml)') @manager.option( '-s', '--sync', dest='sync', default='', - help='comma seperated list of element types to synchronize ' + help='comma separated list of element types to synchronize ' 'e.g. "metrics,columns" deletes metrics and columns in the DB ' 'that are not specified in the YAML file') @manager.option(