Skip to content

Commit e920984

Browse files
author
Tim Bruijnzeels
committed
typo
1 parent 0f5eee4 commit e920984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/api/rrdp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ mod tests {
816816
assert!(objects.verify_delta(&update_file1, &jail).is_ok());
817817
objects.apply_delta(update_file1.clone());
818818

819-
// Updating again with the same delta will now fail - there is no longer and object
819+
// Updating again with the same delta will now fail - there is no longer an object
820820
// with that uri and hash it was updated to the new content.
821821
assert!(objects.verify_delta(&update_file1, &jail).is_err());
822822

0 commit comments

Comments
 (0)