summaryrefslogtreecommitdiffstats
path: root/STYLE
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2008-09-13 04:44:57 +0200
committergwern0 <gwern0@gmail.com>2008-09-13 04:44:57 +0200
commit1001713945e65d9e9cdd9b6c90ab0bad70c4a3a3 (patch)
treee9b532f943fe24e18f2780153ffbae09ddcfd7ab /STYLE
parentd6c1f7de1f299d2e6bfc69f9f692037870a0c266 (diff)
downloadmetatile-1001713945e65d9e9cdd9b6c90ab0bad70c4a3a3.tar
metatile-1001713945e65d9e9cdd9b6c90ab0bad70c4a3a3.zip
sp README, CONFIG, STYLE, TODO
darcs-hash:20080913024457-f7719-181450f5e087226c9a363b7501b27bb2aea76944
Diffstat (limited to 'STYLE')
-rw-r--r--STYLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/STYLE b/STYLE
index f1256a6..5f86272 100644
--- a/STYLE
+++ b/STYLE
@@ -2,7 +2,7 @@
== Coding guidelines for contributing to
== xmonad and the xmonad contributed extensions
-* Comment every top level function (particularly exported funtions), and
+* Comment every top level function (particularly exported functions), and
provide a type signature; use Haddock syntax in the comments.
* Follow the coding style of the other modules.
@@ -15,7 +15,7 @@
* Tabs are illegal. Use 4 spaces for indenting.
* Any pure function added to the core should have QuickCheck properties
- precisely defining its behaviour.
+ precisely defining its behavior.
* New modules should identify the author, and be submitted under
the same license as xmonad (BSD3 license or freer).