diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scrotty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 021372f..37e3c1b 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -297,7 +297,7 @@ int main(int argc, char* argv[]) execname = *argv; - /* The a screenshot of each framebuffer. */ + /* Take a screenshot of each framebuffer. */ for (fbno = 0;; fbno++) { r = save_fb(fbno); |