diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-27 13:03:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-27 13:03:27 +0100 |
commit | e34a2444aab85c7d2d4227294a2f5da587b2541a (patch) | |
tree | b3df0a8a54492be238467a5435084b6762604a7c /src/scrotty.c | |
parent | whoops + support all endiannesses (diff) | |
download | scrotty-e34a2444aab85c7d2d4227294a2f5da587b2541a.tar.gz scrotty-e34a2444aab85c7d2d4227294a2f5da587b2541a.tar.bz2 scrotty-e34a2444aab85c7d2d4227294a2f5da587b2541a.tar.xz |
typo + deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/scrotty.c')
-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); |