diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-17 10:27:09 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-17 10:27:09 +0000 |
commit | 7eb09ef06dd13e5eb24634a58cfc96002c841a18 (patch) | |
tree | 5a3ab54f431a9fc506bf5b21cf21650144f21847 /w3mimgdisplay.c | |
parent | Add auto-detection for configure --with-migemo (diff) | |
download | w3m-7eb09ef06dd13e5eb24634a58cfc96002c841a18.tar.gz w3m-7eb09ef06dd13e5eb24634a58cfc96002c841a18.zip |
Typo fix
Diffstat (limited to 'w3mimgdisplay.c')
-rw-r--r-- | w3mimgdisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w3mimgdisplay.c b/w3mimgdisplay.c index ccfa373..29ae0b3 100644 --- a/w3mimgdisplay.c +++ b/w3mimgdisplay.c @@ -101,7 +101,7 @@ main(int argc, char **argv) * |op|; |args |\n| * +--+--+--+--+ .......+--+--+ * - * args is separeted by ';' + * args is separated by ';' * op args * 0; params draw image * 1; params redraw image |