diff options
author | Willem Jan Palenstijn | 2009-02-15 20:40:49 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2009-02-15 20:40:49 +0000 |
commit | b484e828214db53176403a425c5b26065ce762af (patch) | |
tree | 5a570dee4c3ba8736cd97a4278debdb1ec0a7abf /engines/sci/scicore/resource.cpp | |
parent | 3d5b349b7c881c6b208ceff7b0960a5a324b561c (diff) | |
download | scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.gz scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.bz2 scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.zip |
retreive->retrieve
svn-id: r38296
Diffstat (limited to 'engines/sci/scicore/resource.cpp')
-rw-r--r-- | engines/sci/scicore/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/scicore/resource.cpp b/engines/sci/scicore/resource.cpp index 8719351d69..5d9dff5091 100644 --- a/engines/sci/scicore/resource.cpp +++ b/engines/sci/scicore/resource.cpp @@ -634,7 +634,7 @@ scir_new_resource_manager(char *dir, int version, free(mgr->resources); mgr->resources = NULL; } - sciprintf("Resmgr: Could not retreive a resource list!\n"); + sciprintf("Resmgr: Could not retrieve a resource list!\n"); _scir_free_resource_sources(mgr->sources); sci_free(mgr); chdir(caller_cwd); |