From 6fc6b00b494e12b8c92ce00b286f714a13ef653d Mon Sep 17 00:00:00 2001 From: kenperl Date: Sat, 18 Mar 2006 14:41:24 +0000 Subject: [PATCH] a typo --- lib/WebGUI/Asset.pm | 2 +- lib/WebGUI/Macro/AdminBar.pm | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 37d1161cd..ae87e055c 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -45,7 +45,7 @@ Package to manipulate items in WebGUI's asset system. Replaces Collateral. An asset is the basic class of content in WebGUI. This handles security, urls, and other basic information common to all content items. -A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's anscestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants. +A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's ancestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants. use WebGUI::Asset; diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index 79c48a2b1..23d72393c 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -28,13 +28,11 @@ Macro for displaying administrative functions to a user with Admin turned on. =head2 process ( [templateId ] ) -process takes one optional parameters for customizing the layout -of the Admin bar. +process takes one optional parameters for customizing the layout of the Admin bar. =head3 templateId -The ID for a template to use for formatting the link. The default template creates the sliding -Admin bar to the left of the screen. +The ID for a template to use for formatting the link. The default template creates the sliding Admin bar to the left of the screen. =cut