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 19947356c852c5dd92460cf115e448a0cb14f3bc (commit) from e238e4c25bed0fd876d12671518957d13d1a0426 (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 19947356c852c5dd92460cf115e448a0cb14f3bc Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Dec 24 01:18:36 2010 +0100
Fix grammar/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 a14930d..aaa3147 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 program not finnished.\n"); + fprintf(flog, "Setup has program not finished.\n"); fflush(flog); fclose(flog);
hooks/post-receive -- IPFire 2.x development tree