aboutsummaryrefslogtreecommitdiff
path: root/mboxc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mboxc.lua')
-rw-r--r--mboxc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mboxc.lua b/mboxc.lua
index dbe4c86..ff8ff65 100644
--- a/mboxc.lua
+++ b/mboxc.lua
@@ -24,8 +24,8 @@ local function worker(format, warg)
local f = io.open(warg[i])
while true do
- -- Read the mbox line by line, if we are going to read some
- -- *HUGE* folders then switch to reading chunks
+ -- Read the mbox line by line, if we are going to read
+ -- some *HUGE* folders then switch to reading chunks
local lines = f:read("*line")
if not lines then break end