summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorZachary J. Slater <zjs@zacharyjackslater.com>2015-08-28 18:19:29 -0700
committerTim Angus <tim@ngus.net>2016-04-07 11:05:37 +0100
commit6ca1cc925f816892b08925c90373a7b7e4ba8dbd (patch)
tree57ce3e7046416e01c92e5f7a830640f190685a75 /src/qcommon
parenteeb8d9fe1eddd1581966bda53ffb9eb1befbeb62 (diff)
Better language, less tense
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index 0c88cc1f..ab2358d8 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -2705,7 +2705,7 @@ void FS_Path_f( void ) {
searchpath_t *s;
int i;
- Com_Printf ("We tried looking in the current search path:\n");
+ Com_Printf ("We are looking in the current search path:\n");
for (s = fs_searchpaths; s; s = s->next) {
if (s->pack) {
Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);