From: Michael R. Crusoe <crusoe@debian.org>
Subject: fix typo, arbitray → arbitrary

--- pbbam.orig/tests/src/cram/pbbamify.t.in
+++ pbbam/tests/src/cram/pbbamify.t.in
@@ -143,5 +143,5 @@
 
 No-args:
 
-  $ $PBBAMIFY | grep -c "pbbamify - pbbamify converts an arbitray aligned BAM file"
+  $ $PBBAMIFY | grep -c "pbbamify - pbbamify converts an arbitrary aligned BAM file"
   1
--- pbbam.orig/tools/pbbamify/src/PbBamifySettings.cpp
+++ pbbam/tools/pbbamify/src/PbBamifySettings.cpp
@@ -62,7 +62,7 @@
 {
     // clang-format off
     const std::string description{
-        "pbbamify converts an arbitray aligned BAM file to a PacBio-compatible BAM file."
+        "pbbamify converts an arbitrary aligned BAM file to a PacBio-compatible BAM file."
         "Input BAM file is read from a file or stdin, the raw-reads PacBio BAM is given"
         "as a parameter, and BAM output is written to stdout."
     };
