Skip to content

Commit d6310d5

Browse files
committed
fix typos
1 parent 27d0823 commit d6310d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/parrec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ def get_bvals_bvecs(self):
786786
reorder = self.get_sorted_slice_indices()
787787
if len(self.get_data_shape()) == 3:
788788
# Any original diffusion scans will have >=2 volumes. However, a
789-
# single dynamic is possible for a post-processed difusion volume
790-
# such as an ADC map. The b-values are unavailble in this case.
789+
# single dynamic is possible for a post-processed diffusion volume
790+
# such as an ADC map. The b-values are unavailable in this case.
791791
return None, None
792792
else:
793793
n_slices, n_vols = self.get_data_shape()[-2:]

0 commit comments

Comments
 (0)