From acd519ad5c1fdc04ec2c379fb496e92d4025bcd0 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Fri, 25 Oct 2024 10:55:40 -0400 Subject: [PATCH] tests/check-memory: Fix edito --- tests/check-memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check-memory b/tests/check-memory index fd1e152f3..c3ddbca76 100755 --- a/tests/check-memory +++ b/tests/check-memory @@ -6,7 +6,7 @@ # how much memory is required for a given sync, or alternatively how # big a sync can be done in a given amount of memory. -du# The program expects to own $HOME/UNISON-TEST, but tries not to +# The program expects to own $HOME/UNISON-TEST, but tries not to # damage any files existing when it is run. # This program is written in POSIX /bin/sh and intends to use only