aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dan Hackney <dan@haxney.org>2010-01-02 21:26:41 -0500
committerGravatar Dan Hackney <dan@haxney.org>2010-01-02 21:26:41 -0500
commitbde0e829db34d00c66330ba6072b06723cbb7eb8 (patch)
tree3d6c6aa3ead81d5bb2f8a19ef3eff4c7ca7a57b1
parent67c13fb61b9f02b551d4365fa573cab5137117e6 (diff)
Grammar and spelling fixes.
Signed-off-by: Dan Hackney <dan@haxney.org>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f5069ae..d0ffed0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
### INTRODUCTION
-Any program can only be really useful if it complies to the unix philosophy. Web browsers (and other tools that work with HTML, such as feed readers) are frequent violators of this principle:
+Any program can only be really useful if it complies with the Unix philosophy. Web browsers (and other tools that work with HTML, such as feed readers) are frequent violators of this principle:
* They build in way too much things into one (complex) program, dramatically decreasing the options to do things the way you want.
* They store things in way too fancy formats (XML, RDF, SQLite, etc.) which are hard to store under version control, reuse in other scripts, and so on.
@@ -15,7 +15,7 @@ The Uzbl project was started as an attempt to resolve this.
* Uses WebKitGtk+ for rendering and network interaction (libsoup). CSS, JavaScript, and plugin support come for free.
* Provides interfaces to get data in (commands/configuration) and out (events): stdin/stdout/fifo/Unix sockets.
-* You see a WebKit view and (optionally) a statusbar which gets popuplated externally.
+* You see a WebKit view and (optionally) a statusbar which gets populated externally.
* No built-in means for URL changing, loading/saving of bookmarks, saving history, keybinds, downloads, etc.
* Extra functionality: many sample scripts come with it. More are available on the [Uzbl wiki](http://www.uzbl.org/wiki/scripts) or you can write them yourself.
* Entire configuration/state can be changed at runtime.