diff --git a/src/main/scala/net/lag/kestrel/PersistentQueue.scala b/src/main/scala/net/lag/kestrel/PersistentQueue.scala index 48f03a18..416b33fe 100644 --- a/src/main/scala/net/lag/kestrel/PersistentQueue.scala +++ b/src/main/scala/net/lag/kestrel/PersistentQueue.scala @@ -172,7 +172,7 @@ class PersistentQueue(val name: String, persistencePath: String, @volatile var c /** * Check if this Queue is eligible for expiration by way of it being empty - * and it's age being greater than or equal to maxQueueAge + * and its age being greater than or equal to maxQueueAge */ def isReadyForExpiration: Boolean = { // Don't even bother if the maxQueueAge is None