aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 8ddeb94c63..439ca13206 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -779,7 +779,7 @@ module Net
#
# The +set+ parameter is a number or a range between two numbers,
# or an array of those. The number is a message sequence number,
- # where -1 repesents a '*' for use in range notation like 100..-1
+ # where -1 represents a '*' for use in range notation like 100..-1
# being interpreted as '100:*'. Beware that the +exclude_end?+
# property of a Range object is ignored, and the contents of a
# range are independent of the order of the range endpoints as per