From 689217525cad48c166302eeb1eead178b6b3078e Mon Sep 17 00:00:00 2001 From: klemens Date: Tue, 14 Nov 2017 21:05:50 +0100 Subject: [PATCH] spelling fixes (comments) --- dist/sequence-diagram-raphael.js | 2 +- dist/sequence-diagram-snap.js | 4 ++-- dist/sequence-diagram.js | 4 ++-- src/theme-snap.js | 2 +- src/theme.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/sequence-diagram-raphael.js b/dist/sequence-diagram-raphael.js index 97e123f3..9ad7e6e6 100644 --- a/dist/sequence-diagram-raphael.js +++ b/dist/sequence-diagram-raphael.js @@ -1148,7 +1148,7 @@ _.extend(BaseTheme.prototype, { // Bottom box this.drawActor(a, y + this.actorsHeight_ + this.signalsHeight_, this.actorsHeight_); - // Veritical line + // Vertical line var aX = getCenterX(a); this.drawLine( aX, y + this.actorsHeight_ - ACTOR_MARGIN, diff --git a/dist/sequence-diagram-snap.js b/dist/sequence-diagram-snap.js index a2bc7ec7..c54a9d22 100644 --- a/dist/sequence-diagram-snap.js +++ b/dist/sequence-diagram-snap.js @@ -1148,7 +1148,7 @@ _.extend(BaseTheme.prototype, { // Bottom box this.drawActor(a, y + this.actorsHeight_ + this.signalsHeight_, this.actorsHeight_); - // Veritical line + // Vertical line var aX = getCenterX(a); this.drawLine( aX, y + this.actorsHeight_ - ACTOR_MARGIN, @@ -1275,7 +1275,7 @@ _.extend(BaseTheme.prototype, { * Simplified BSD license. */ /*global Diagram, Snap, WebFont _ */ -// TODO Move defintion of font onto the , so it can easily be override at each level +// TODO Move definition of font onto the , so it can easily be override at each level if (typeof Snap != 'undefined') { var xmlns = 'http://www.w3.org/2000/svg'; diff --git a/dist/sequence-diagram.js b/dist/sequence-diagram.js index 12ea630a..966cead0 100644 --- a/dist/sequence-diagram.js +++ b/dist/sequence-diagram.js @@ -1147,7 +1147,7 @@ _.extend(BaseTheme.prototype, { // Bottom box this.drawActor(a, y + this.actorsHeight_ + this.signalsHeight_, this.actorsHeight_); - // Veritical line + // Vertical line var aX = getCenterX(a); this.drawLine( aX, y + this.actorsHeight_ - ACTOR_MARGIN, @@ -1274,7 +1274,7 @@ _.extend(BaseTheme.prototype, { * Simplified BSD license. */ /*global Diagram, Snap, WebFont _ */ -// TODO Move defintion of font onto the , so it can easily be override at each level +// TODO Move definition of font onto the , so it can easily be override at each level if (typeof Snap != 'undefined') { var xmlns = 'http://www.w3.org/2000/svg'; diff --git a/src/theme-snap.js b/src/theme-snap.js index 3141b35d..982e1ad7 100644 --- a/src/theme-snap.js +++ b/src/theme-snap.js @@ -4,7 +4,7 @@ * Simplified BSD license. */ /*global Diagram, Snap, WebFont _ */ -// TODO Move defintion of font onto the , so it can easily be override at each level +// TODO Move definition of font onto the , so it can easily be override at each level if (typeof Snap != 'undefined') { var xmlns = 'http://www.w3.org/2000/svg'; diff --git a/src/theme.js b/src/theme.js index f8c014dd..6a969718 100644 --- a/src/theme.js +++ b/src/theme.js @@ -344,7 +344,7 @@ _.extend(BaseTheme.prototype, { // Bottom box this.drawActor(a, y + this.actorsHeight_ + this.signalsHeight_, this.actorsHeight_); - // Veritical line + // Vertical line var aX = getCenterX(a); this.drawLine( aX, y + this.actorsHeight_ - ACTOR_MARGIN,