aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--docs/INSTALL2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 982f040..0f2e457 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -20,6 +20,7 @@ In alphabetical order:
Aaron Griffin (phrakture) - Makefile patches to build on OSX
Abel Camarillo (00z) - various portability fixes, such as BSD fixes for Makefile and posix shell scripts
Andraž 'ruskie' Levstik - font_family patch
+ Barak A. Pearlmutter - typo fix
Brendan Taylor (bct) - various bugfixes, making misc variables much better using expand(), refactoring some internal var stuff
Chris Mason - code snippets such as basic cookie handler
Chris van Dijk (quigybo) - work on uzbl_tabbed.py
diff --git a/docs/INSTALL b/docs/INSTALL
index 59bdaad..93e55f7 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -28,7 +28,7 @@ Though you can only get tagged versions from the master branch, which may be old
Dependencies
------------
* git (for downloading)
-* pkgconfig (for Make/gcc)
+* pkg-config (for Make/gcc)
* libwebkit 1.1.4 or higher
* libsoup 2.24 or higher (dep for webkit/gtk+)
* gtk 2.14 or higher