This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 20fa8ccd19e9fbbfc7f2f6c6613d210d98563353 (commit) from 19947356c852c5dd92460cf115e448a0cb14f3bc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 20fa8ccd19e9fbbfc7f2f6c6613d210d98563353 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Dec 24 01:19:42 2010 +0100
Fixed grammer/typo in last commit.
-----------------------------------------------------------------------
Summary of changes: src/install+setup/setup/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/install+setup/setup/main.c b/src/install+setup/setup/main.c index aaa3147..a6c15c9 100644 --- a/src/install+setup/setup/main.c +++ b/src/install+setup/setup/main.c @@ -202,7 +202,7 @@ EXIT: { newtWinMessage(ctr[TR_WARNING], ctr[TR_OK], ctr[TR_SETUP_NOT_COMPLETE]);
- fprintf(flog, "Setup has program not finished.\n"); + fprintf(flog, "Setup program has not finished.\n"); fflush(flog); fclose(flog);
hooks/post-receive -- IPFire 2.x development tree