Skip to content

Commit

Permalink
Fixed comment typo: s/until/under
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 2, 2017
1 parent 0eb497b commit b33551d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/autoupdater/autoupdater.c
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion code/sys/sys_autoupdater.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b33551d

Please sign in to comment.