Skip to content

Commit 5ee156d

Browse files
authored
Merge pull request #192 from cclauss/patch-2
Fix typo discovered by codespell
2 parents 5c5cb1b + 474f790 commit 5ee156d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Sat, 31 May 2008 02:09:17 -0600 Sean Reifschneider <[email protected]>
373373

374374
* Paul Hummer set up a Launchpad project which I'm going to start using
375375
to track patches and allow users to set up their own bzr branches and
376-
manage marging in the upstream patches with their own.
376+
manage merging in the upstream patches with their own.
377377

378378
https://launchpad.net/python-memcached
379379

memcache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,11 +728,11 @@ def set(self, key, val, time=0, min_compress_len=0, noreply=False):
728728
@return: Nonzero on success.
729729
@rtype: int
730730
731-
@param time: Tells memcached the time which this value should
731+
@param time: Tells memcached the time at which this value should
732732
expire, either as a delta number of seconds, or an absolute
733733
unix time-since-the-epoch value. See the memcached protocol
734734
docs section "Storage Commands" for more info on <exptime>. We
735-
default to 0 == cache forever. Optionnaly now accepts a timedelta.
735+
default to 0 == cache forever. Optionally now accepts a timedelta.
736736
737737
@param min_compress_len: The threshold length to kick in
738738
auto-compression of the value using the compressor

0 commit comments

Comments
 (0)