aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2008-07-06 23:28:04 +0000
committerscgilardi <scgilardi@gmail.com>2008-07-06 23:28:04 +0000
commit4237ed02105fc4c03cdee6399100029069b062a5 (patch)
treef7c588e62df5476dc167c529dfce32ce4cda8a93
parent223f40a545bb583cc11ceb3f5d33b7a5a51ff9b3 (diff)
string.clj: fix typo in comments
-rw-r--r--string.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.clj b/string.clj
index 5e738961..ec4edf5a 100644
--- a/string.clj
+++ b/string.clj
@@ -16,7 +16,7 @@
(clojure/in-ns 'string)
(clojure/refer 'clojure)
-;; until Clojure upports "..." arguments, calling String/format directly
+;; until Clojure supports "..." arguments, calling String/format directly
;; is just ugly enough, and could be commonly used enough to warrant a
;; Clojure wrapper.
;;