Skip to content

Commit b6313ff

Browse files
committed
typo
1 parent 43fa650 commit b6313ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/dspace/pack/bagit/SitePacker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public File pack(File packDir) throws AuthorizeException, IOException, SQLExcept
7474
objectProperties.add(OBJECT_ID + PROPERTIES_DELIMITER + site.getHandle());
7575
properties.put(OBJFILE, objectProperties);
7676

77-
// human readable metadata (dspace.properties)
77+
// human-readable metadata (dspace.properties)
7878
final List<String> dspaceProperties = new ArrayList<>();
7979
dspaceProperties.add("Site-Handle" + PROPERTIES_DELIMITER + site.getHandle());
8080
dspaceProperties.add("DSpace-Version" + PROPERTIES_DELIMITER + Util.getSourceVersion());

0 commit comments

Comments
 (0)