summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-07-25 09:47:37 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-07-25 09:47:37 +0000
commiteb79ac2f9da57cd611028de52fc5f47e79525c94 (patch)
tree92add10b5dc0f5fe287079a0841ea9c7695e3384
parent19d6af3745c31042bf75ddf6f663eb93cd5b2aa2 (diff)
downloadscala-eb79ac2f9da57cd611028de52fc5f47e79525c94.tar.gz
scala-eb79ac2f9da57cd611028de52fc5f47e79525c94.tar.bz2
scala-eb79ac2f9da57cd611028de52fc5f47e79525c94.zip
Fixed typo.
-rw-r--r--src/library/scala/Ordering.scala2
-rw-r--r--src/library/scala/PartialOrdering.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/Ordering.scala b/src/library/scala/Ordering.scala
index 28641c0dc4..235b050705 100644
--- a/src/library/scala/Ordering.scala
+++ b/src/library/scala/Ordering.scala
@@ -11,7 +11,7 @@
package scala
/** A trait for representing total orderings. It is important to
- * distinguish between a type that has a total order and a represnetation
+ * distinguish between a type that has a total order and a representation
* of total ordering on some type. This trait is for representing the
* latter.
*
diff --git a/src/library/scala/PartialOrdering.scala b/src/library/scala/PartialOrdering.scala
index 2bc755b772..ad2a17ed01 100644
--- a/src/library/scala/PartialOrdering.scala
+++ b/src/library/scala/PartialOrdering.scala
@@ -11,7 +11,7 @@
package scala
/** A trait for representing partial orderings. It is important to
- * distinguish between a type that has a partial order and a represnetation
+ * distinguish between a type that has a partial order and a representation
* of partial ordering on some type. This trait is for representing the latter.
*
* A <a href="http://en.wikipedia.org/wiki/Partial_order">partial ordering</a>