Fossil SCM

Fix warning message typos.

mistachkin 2012-09-18 23:31 trunk
Commit f9d053a9319978805b0911b6027c8476ce6b4c91
1 file changed +2 -2
+2 -2
--- src/user.c
+++ src/user.c
@@ -327,12 +327,12 @@
327327
if( attempt_user(fossil_getenv("USER")) ) return;
328328
329329
if( attempt_user(fossil_getenv("USERNAME")) ) return;
330330
331331
fossil_print(
332
- "Cannot figure out who your are! Consider using the --user\n"
333
- "command line option, or setting your USER environment variable\n"
332
+ "Cannot figure out who you are! Consider using the --user\n"
333
+ "command line option, setting your USER environment variable,\n"
334334
"or setting a default user with \"fossil user default USER\".\n"
335335
);
336336
fossil_fatal("cannot determine user");
337337
}
338338
339339
--- src/user.c
+++ src/user.c
@@ -327,12 +327,12 @@
327 if( attempt_user(fossil_getenv("USER")) ) return;
328
329 if( attempt_user(fossil_getenv("USERNAME")) ) return;
330
331 fossil_print(
332 "Cannot figure out who your are! Consider using the --user\n"
333 "command line option, or setting your USER environment variable\n"
334 "or setting a default user with \"fossil user default USER\".\n"
335 );
336 fossil_fatal("cannot determine user");
337 }
338
339
--- src/user.c
+++ src/user.c
@@ -327,12 +327,12 @@
327 if( attempt_user(fossil_getenv("USER")) ) return;
328
329 if( attempt_user(fossil_getenv("USERNAME")) ) return;
330
331 fossil_print(
332 "Cannot figure out who you are! Consider using the --user\n"
333 "command line option, setting your USER environment variable,\n"
334 "or setting a default user with \"fossil user default USER\".\n"
335 );
336 fossil_fatal("cannot determine user");
337 }
338
339

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button