aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-29 21:34:07 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-29 21:34:07 +0200
commitec4d8038da2ba9b82b59afe702af90e4944686b1 (patch)
tree4c4340e9c37835bdaa95aa2117a4ea0757296639
parent6614e842b56f3372034823be215f68d9d7bd1ce1 (diff)
parentf0a2b562b7d046f7be6a91eb55d71932386fb8db (diff)
merge: typo in package name for pkg-config
-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