diff options
author | edwin <edwin@FreeBSD.org> | 2005-08-29 14:35:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-08-29 14:35:51 +0800 |
commit | f81ee7816efa5b556382bffc03318144eb83589e (patch) | |
tree | abb9ad53ddfe45cc0bb74343a29090a51a115a0b /dns | |
parent | 1ecb26d3fb93313c9ba6f82a0f18e3be55f826a6 (diff) | |
download | freebsd-ports-gnome-f81ee7816efa5b556382bffc03318144eb83589e.tar.gz freebsd-ports-gnome-f81ee7816efa5b556382bffc03318144eb83589e.tar.zst freebsd-ports-gnome-f81ee7816efa5b556382bffc03318144eb83589e.zip |
fix typo in comment
Diffstat (limited to 'dns')
-rw-r--r-- | dns/queryperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/queryperf/Makefile b/dns/queryperf/Makefile index 809a7308c31f..20d83ddfd356 100644 --- a/dns/queryperf/Makefile +++ b/dns/queryperf/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= bind9/${BINDVERSION} DISTNAME= bind-${BINDVERSION} MAINTAINER= edwin@mavetju.org -COMMENT= DNS Query Perforamnce Testing Tool +COMMENT= DNS Query Performance Testing Tool BINDVERSION= 9.3.1 WRKSRC= ${WRKDIR}/bind-${BINDVERSION}/contrib/queryperf/ |