kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=5d9a589612615ab2e4cc45d0f0a22a67b557a0ee
commit 5d9a589612615ab2e4cc45d0f0a22a67b557a0ee Author: Tobias Stoeckmann <[email protected]> Date: Mon Mar 14 20:22:54 2022 +0100 imlib2_load: fix typo Fix typo in -n description. --- src/bin/imlib2_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/imlib2_load.c b/src/bin/imlib2_load.c index 9e46baa..c046f69 100644 --- a/src/bin/imlib2_load.c +++ b/src/bin/imlib2_load.c @@ -31,7 +31,7 @@ static FILE *fout; " -e : Break on error\n" \ " -f : Load with imlib_load_image_fd()\n" \ " -i : Load with imlib_load_image_immediately()\n" \ - " -n N: Reeat load N times\n" \ + " -n N: Repeat load N times\n" \ " -p : Check that progress is called\n" \ " -v : Increase verbosity\n" \ " -x : Print to stderr\n" --
