summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2018-10-17 12:25:05 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-09 11:54:54 -0700
commit3a94b0b273136756d9cec93843c4231322420c5c (patch)
treee4e9fd970ac9365efa0f4d58732e26ee2747df61 /bootstrap
parent75490f8bb3c59dbc147d86eaa34e162bfc969fed (diff)
downloadparted-3a94b0b273136756d9cec93843c4231322420c5c.tar.gz
Change 'time stamp' to 'timestamp'
Caught by make syntax-check
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ce90bc4..8d45f7f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -762,7 +762,7 @@ symlink_to_dir()
# Leave any existing symlink alone, if it already points to the source,
# so that broken build tools that care about symlink times
# aren't confused into doing unnecessary builds. Conversely, if the
- # existing symlink's time stamp is older than the source, make it afresh,
+ # existing symlink's timestamp is older than the source, make it afresh,
# so that broken tools aren't confused into skipping needed builds. See
# <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
test -h "$dst" &&