From b0dcd472f0959f708c007229def933f4a8eeb9cd Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 7 Jan 2026 13:16:34 -0600 Subject: [PATCH] Fix typo in comment for TACHYON_URL definition --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 42f1063..e6dc3e7 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -19,7 +19,7 @@ function _manually_load_plugin() { } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); -// Define a UR for Tachyon to use. +// Define a URL for Tachyon to use. define( 'TACHYON_URL', 'http://tachy.on/u' ); // Prevent upload URLs being affected by the date on which tests run.