Skip to content

Commit 0134b77

Browse files
committed
fixed typo
1 parent 65c5b3b commit 0134b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/dspace/pack/Packer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface Packer {
5555
* when packing to a bag. Filter syntax:
5656
* <code>["+"]{BundleName,}+</code>
5757
* That is, a list of Item bundle names taken to be exclusions, unless
58-
* preceeded by a '+", where the list is taken to be inclusive.
58+
* preceded by a '+", where the list is taken to be inclusive.
5959
*
6060
* @param filter filter
6161
*/

0 commit comments

Comments
 (0)