Revision
79869
Author
jeremyhu@macports.org
Date
2011-06-28 14:29:23 -0700 (Tue, 28 Jun 2011)

Log Message

gpg-agent: comment typo fix

Modified Paths

Diff

Modified: trunk/dports/security/gpg-agent/Portfile (79868 => 79869)


--- trunk/dports/security/gpg-agent/Portfile	2011-06-28 21:28:59 UTC (rev 79868)
+++ trunk/dports/security/gpg-agent/Portfile	2011-06-28 21:29:23 UTC (rev 79869)
@@ -23,7 +23,7 @@
 configure.args	--enable-agent-only \
 		--with-pinentry-pgm=${prefix}/bin/pinentry
 
-# glib fails to find the right stdint.h  It picks clang's internal one rahter
+# glib fails to find the right stdint.h  It picks clang's internal one rather
 # than the system header
 configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h