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