Skip to content

Commit ab016ef

Browse files
authored
r.resamp.filter: correct typo in warning message (#5657)
1 parent 1d71a72 commit ab016ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raster/r.resamp.filter/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ int main(int argc, char *argv[])
495495
nprocs = 1;
496496
#endif
497497
if (nprocs > 1 && Rast_mask_is_present()) {
498-
G_warning(_("Parallel processing disabled due to active make."));
498+
G_warning(_("Parallel processing disabled due to active mask."));
499499
nprocs = 1;
500500
}
501501
if (parm.radius->answer) {

0 commit comments

Comments
 (0)