chiark / gitweb /
Add manpage contributed by Michael Prokop <mika@debian.org>. Fix typos
authornick.j.sanders <nick.j.sanders@93e54ea4-8218-11de-8aaf-8d8425684b44>
Tue, 27 Oct 2009 06:16:43 +0000 (06:16 +0000)
committernick.j.sanders <nick.j.sanders@93e54ea4-8218-11de-8aaf-8d8425684b44>
Tue, 27 Oct 2009 06:16:43 +0000 (06:16 +0000)
Makefile.am
Makefile.in
src/worker.cc

index 823c2094c0a2171fde23cf141675039fbe60b32a..c476e5f7f4e33cfd5a4f985e3b4bd4651671d4cf 100644 (file)
@@ -1,2 +1,2 @@
 SUBDIRS = src
-dist_doc_DATA = COPYING
\ No newline at end of file
+dist_doc_DATA = COPYING stressapptest.1
\ No newline at end of file
index 608e89c961761196c2ab883c29206476001718fd..05dc74077353b5645893594e4c46978752b1036c 100644 (file)
@@ -182,7 +182,7 @@ target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = src
-dist_doc_DATA = COPYING
+dist_doc_DATA = COPYING stressapptest.1
 all: all-recursive
 
 .SUFFIXES:
index 39322d22f0472b3fa3405ceeec586d7d49977a09..08b5a4e291c38bb00e503ed865e481af4888260a 100644 (file)
@@ -2099,7 +2099,7 @@ bool NetworkThread::ReceivePage(int sock, struct page_entry *dst) {
         if (transferred == 0 && err == 0) {
           // Two system setups will not sync exactly,
           // allow early exit, but log it.
-          logprintf(0, "Log: Net thread did not recieve any data, exitting.\n");
+          logprintf(0, "Log: Net thread did not receive any data, exiting.\n");
         } else {
           char buf[256] = "";
           sat_strerror(err, buf, sizeof(buf));