about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-28 14:04:21 -0800
committerEric Wong <normalperson@yhbt.net>2012-02-28 14:04:21 -0800
commit7d7d30329e806d38350cd8eba161d3157e5bbca4 (patch)
tree2f437f739d62006c968882648a80773e3babe2b7
parent6faffa9ba774bad500ca48cc52449dae0639227b (diff)
downloadmogilefs-client-7d7d30329e806d38350cd8eba161d3157e5bbca4.tar.gz
It's more future-proof, this way.
-rw-r--r--lib/mogilefs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 130b13b..cd58c49 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -30,7 +30,7 @@ module MogileFS
   class EmptyPathError < Error; end
 
   # Raised when we are given an unsupported protocol to upload to.
-  # Currently, the \MogileFS (2.55) server only supports HTTP and
+  # Currently, the \MogileFS (2.XX) server only supports HTTP and
   # this library is only capable of HTTP.
   class UnsupportedPathError < Error; end