diff options
author | jstebbins <[email protected]> | 2009-03-01 20:57:20 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-01 20:57:20 +0000 |
commit | b7d7988379c3d4ee3ddb90dcbafa146b9cf12daf (patch) | |
tree | 2e7f1793a89e5ed3caba2aa553aa6023d3f2aa67 | |
parent | c5c52e5c71acd2b4a88bcf674bc30fd20611f476 (diff) |
LinGui: fix another typo
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2187 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 1fcc124b2..6cf33ec49 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -17,7 +17,7 @@ AC_HEADER_STDC AC_ARG_WITH(hb, AC_HELP_STRING( [--with-hb=prefix], - [try this for the bh-library prefix install directory] + [try this for the hb-library prefix install directory] ), hb_PATHSET=1, hb_PATHSET=0 |