From b33551dfa25794d7ffb61af89257c000cbdd6602 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 2 Jun 2017 11:28:33 -0400 Subject: [PATCH] Fixed comment typo: s/until/under --- code/autoupdater/autoupdater.c | 2 +- code/sys/sys_autoupdater.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/autoupdater/autoupdater.c b/code/autoupdater/autoupdater.c index 7c0cebaa..eb7937ee 100644 --- a/code/autoupdater/autoupdater.c +++ b/code/autoupdater/autoupdater.c @@ -1,6 +1,6 @@ /* The code in this file is in the public domain. The rest of ioquake3 -is licensed until the GPLv2. Do not mingle code, please! +is licensed under the GPLv2. Do not mingle code, please! */ #include diff --git a/code/sys/sys_autoupdater.c b/code/sys/sys_autoupdater.c index 1ed908d8..2f59e071 100644 --- a/code/sys/sys_autoupdater.c +++ b/code/sys/sys_autoupdater.c @@ -1,6 +1,6 @@ /* The code in this file is in the public domain. The rest of ioquake3 -is licensed until the GPLv2. Do not mingle code, please! +is licensed under the GPLv2. Do not mingle code, please! */ #ifdef USE_AUTOUPDATER