You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/18 15:32:49 UTC

[GitHub] mistercrunch closed pull request #5419: Fixed typos in currently modified files

mistercrunch closed pull request #5419: Fixed typos in currently modified files
URL: https://github.com/apache/incubator-superset/pull/5419
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/superset/assets/src/components/FilterableTable/FilterableTable.jsx b/superset/assets/src/components/FilterableTable/FilterableTable.jsx
index e54a6fc4fd..307d97c3d5 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 905a3de200..d5d94fd534 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 a304664f8e..fc2f7510bc 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(


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org