fix another bunch of typos

This commit is contained in:
Ivan Masár
2012-06-13 17:06:52 +02:00
parent 95a055c4d1
commit 4e77d36bb3
10 changed files with 51 additions and 51 deletions

View File

@@ -123,12 +123,12 @@ public class InstallItem
handle = HandleManager.createHandle(c, item, suppliedHandle);
}
// Even though we are restoring an item it may not have a have the proper dates. So lets
// Even though we are restoring an item it may not have the proper dates. So let's
// double check that it has a date accessioned and date issued, and if either of those dates
// are not set then set them to today.
DCDate now = DCDate.getCurrent();
// If the item doesn't have a date.accessioned create one.
// If the item doesn't have a date.accessioned, create one.
DCValue[] dateAccessioned = item.getDC("date", "accessioned", Item.ANY);
if (dateAccessioned.length == 0)
{
@@ -251,7 +251,7 @@ public class InstallItem
* Generate provenance-worthy description of the bitstreams contained in an
* item.
*
* @param myitem the item generate description for
* @param myitem the item to generate description for
*
* @return provenance description
*/

View File

@@ -380,10 +380,10 @@ public class XSLTDisseminationCrosswalk
/**
* Create a new DIM field element with the given attributes.
*
* @param schema The schema the DIM field belongs too.
* @param element The element the DIM field belongs too.
* @param qualifier The qualifier the DIM field belongs too.
* @param language The language the DIM field belongs too.
* @param schema The schema the DIM field belongs to.
* @param element The element the DIM field belongs to.
* @param qualifier The qualifier the DIM field belongs to.
* @param language The language the DIM field belongs to.
* @param value The value of the DIM field.
* @return A new DIM field element
*/
@@ -395,10 +395,10 @@ public class XSLTDisseminationCrosswalk
/**
* Create a new DIM field element with the given attributes.
*
* @param schema The schema the DIM field belongs too.
* @param element The element the DIM field belongs too.
* @param qualifier The qualifier the DIM field belongs too.
* @param language The language the DIM field belongs too.
* @param schema The schema the DIM field belongs to.
* @param element The element the DIM field belongs to.
* @param qualifier The qualifier the DIM field belongs to.
* @param language The language the DIM field belongs to.
* @param value The value of the DIM field.
* @param authority The authority
* @param confidence confidence in the authority