Author: axeld Date: 2011-02-15 18:56:05 +0100 (Tue, 15 Feb 2011) New Revision: 40515 Changeset: http://dev.haiku-os.org/changeset/40515 Modified: haiku/trunk/build/jam/FileRules Log: * Fixed a typo, whitespace cleanup. Modified: haiku/trunk/build/jam/FileRules =================================================================== --- haiku/trunk/build/jam/FileRules 2011-02-15 17:54:24 UTC (rev 40514) +++ haiku/trunk/build/jam/FileRules 2011-02-15 17:56:05 UTC (rev 40515) @@ -201,10 +201,10 @@ # <directory> - The directory into which to extract the archive file. The # directory is created is by this rule and it is the target # that the extract action is associated with. - # <entries> - The entries of the archive file one is interested in. The - # rule always exctracts the complete archive file, from the - # given entries the rule creates targets (using <grist>) - # representing the extracted entries. Those targets are + # <entries> - The entries of the archive file one is interested in. The + # rule always extracts the complete archive file, from the + # given entries the rule creates targets (using <grist>) + # representing the extracted entries. Those targets are # returned by the rule. # <archiveFile> - The archive file target to extract. # <grist> - The grist used to create targets from <entries>. Defaults to