Fix typo - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5f98f07d00bdc67f4f5a9e75279e07afe053de17 | |
parent 375c4e56368d6c833249896aa41735ecb97e4d2f | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Tue, 21 Apr 2020 21:01:35 +0200 | |
Fix typo | |
Diffstat: | |
M README | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,4 +1,4 @@ | |
-This program provides a schrollback buffer for a terminals like st(1). | |
+This program provides a scroll back buffer for a terminals like st(1). | |
It should run on any Unix-like system. | |
At the moment it is in an experimental state. Its not recommended for |