Vivien Kraus wrote: > > Include: > > "vm-mtime.h" > > Should that not be "vc-mtime.h"?
Right. Thanks for the report. Fixed now: 2025-02-28 Bruno Haible <[email protected]> vc-mtime: Fix module description. Reported by Vivien Kraus <[email protected]> in <https://lists.gnu.org/archive/html/bug-gnulib/2025-02/msg00174.html>. * modules/vc-mtime (Include): Fix typo. diff --git a/modules/vc-mtime b/modules/vc-mtime index 539e6f5e5d..dc5de043c6 100644 --- a/modules/vc-mtime +++ b/modules/vc-mtime @@ -25,7 +25,7 @@ Makefile.am: lib_SOURCES += vc-mtime.c Include: -"vm-mtime.h" +"vc-mtime.h" License: GPL
