Skip to content

Commit 1106969

Browse files
authored
Merge pull request #318 from sass/some_small_spelling_fixes
a few spelling fixes
2 parents 3a04933 + c192d4d commit 1106969

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ implementation of Sass_.
108108
Hampton Catlin originally designed Sass_ language and wrote the first
109109
reference implementation of it in Ruby.
110110

111-
The above three softwares are all distributed under `MIT license`_.
111+
The above three are all distributed under `MIT license`_.
112112

113113
.. _MIT license: https://mit-license.org/

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ Released on February 21, 2014.
744744
- Dropped support for Python 2.5.
745745
- Fixed build failing on Mac OS X.
746746
[:issue:`4`, :issue:`5`, :issue:`6` by Hyungoo Kang]
747-
- Now builder creates target recursive subdirectories even if it doesn't
748-
exist yet, rather than siliently fails.
747+
- Now the builder creates target subdirectories recursively even if they don't
748+
exist yet, rather than silently failing.
749749
[:issue:`8`, :issue:`9` by Philipp Volguine]
750750
- Merged recent changes from libsass 1.0.1: `57a2f62--v1.0.1`_.
751751

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ implementation of Sass_.
121121
Hampton Catlin originally designed Sass_ language and wrote the first
122122
reference implementation of it in Ruby.
123123

124-
The above three softwares are all distributed under `MIT license`_.
124+
The above three are all distributed under `MIT license`_.
125125

126126
.. _MIT license: https://mit-license.org/
127127

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def _get_file_arg(key):
739739

740740

741741
def and_join(strings):
742-
"""Join the given ``strings`` by commas with last `' and '` conjuction.
742+
"""Join the given ``strings`` by commas with last `' and '` conjunction.
743743
744744
>>> and_join(['Korea', 'Japan', 'China', 'Taiwan'])
745745
'Korea, Japan, China, and Taiwan'

sassutils/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
class SassMiddleware(object):
21-
r"""WSGI middleware for development purpose. Everytime a CSS file has
21+
r"""WSGI middleware for development purpose. Every time a CSS file has
2222
requested it finds a matched Sass/SCSS source file and then compiled
2323
it into CSS.
2424

0 commit comments

Comments
 (0)