Skip to content

Commit

Permalink
Merge pull request rustwasm#938 from killercup/patch-1
Browse files Browse the repository at this point in the history
Fix unimportant typo
  • Loading branch information
alexcrichton authored Oct 6, 2018
2 parents 5ee3552 + 959deee commit e3e5c0f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/add/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/canvas/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex
cd "$(dirname $0)"
Expand Down
2 changes: 1 addition & 1 deletion examples/closures/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/console_log/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/dom/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/duck-typed-interfaces/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex
cd "$(dirname $0)"
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/guide-supported-types-examples/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/import_js/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/julia_set/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/paint/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex
cd "$(dirname $0)"
Expand Down
2 changes: 1 addition & 1 deletion examples/performance/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/wasm-in-wasm/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/webaudio/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex

Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# For more coments about what's going on here, see the `hello_world` example
# For more comments about what's going on here, see the `hello_world` example

set -ex
cd "$(dirname $0)"
Expand Down

0 comments on commit e3e5c0f

Please sign in to comment.