aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scrotty.c2
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);