Overview
SHA1 Hash: | 16eae22891ad25fc768ad6c4b13ebba1dc2b54b6 |
---|---|
Date: | 2009-06-14 15:09:13 |
User: | bch |
Comment: | Fix typo in "finding home dir" error error message. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/db.c from [a1f15c6b0b] to [974757dd25].
@@ -660,11 +660,11 @@ } #else zHome = getenv("HOME"); #endif if( zHome==0 ){ - db_err("cannot local home directory"); + db_err("cannot locate home directory"); } #ifdef __MINGW32__ /* . filenames give some window systems problems and many apps problems */ zDbName = mprintf("%//_fossil", zHome); #else