diff options
author | rm <rm@FreeBSD.org> | 2014-07-14 22:29:42 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-07-14 22:29:42 +0800 |
commit | 9a87384b4628009842931976d9481b0636cdbc16 (patch) | |
tree | b380fc4f5011fc50f0d4b877f22244874f23ab34 /Mk | |
parent | 7944bd13fc83213134f6b901142bdeabd8b89183 (diff) | |
download | freebsd-ports-gnome-9a87384b4628009842931976d9481b0636cdbc16.tar.gz freebsd-ports-gnome-9a87384b4628009842931976d9481b0636cdbc16.tar.zst freebsd-ports-gnome-9a87384b4628009842931976d9481b0636cdbc16.zip |
Fix typo and adjust whitespace in comments.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/twisted.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/twisted.mk b/Mk/Uses/twisted.mk index 831c5d59d2e0..fbc401524d71 100644 --- a/Mk/Uses/twisted.mk +++ b/Mk/Uses/twisted.mk @@ -7,7 +7,7 @@ # Valid ARGS: # build Adds twisted and any additional component as build # dependency to the port -# run Adds twisted and any additional component as build +# run Adds twisted and any additional component as run # dependency to the port # comp Adds the specified twisted component to as build or # run dependency to the ports |