Skip to content

Commit 953c576

Browse files
committed
Nit
1 parent 1b38b98 commit 953c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/git.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ subroutine git_archive(source, destination, ref, verbose, error)
316316
character(*), intent(in) :: destination
317317
!> (Symbolic) Reference to be archived.
318318
character(*), intent(in) :: ref
319-
!> Print additional information when true.
319+
!> Print additional information if true.
320320
logical, intent(in) :: verbose
321321
!> Error handling.
322322
type(error_t), allocatable, intent(out) :: error

0 commit comments

Comments
 (0)