From: nick.j.sanders Date: Tue, 27 Oct 2009 06:16:43 +0000 (+0000) Subject: Add manpage contributed by Michael Prokop . Fix typos X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=749e58e072824dd5b48c0221708a9ec1cabc0426;p=stressapptest Add manpage contributed by Michael Prokop . Fix typos --- diff --git a/Makefile.am b/Makefile.am index 823c209..c476e5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index 608e89c..05dc740 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/src/worker.cc b/src/worker.cc index 39322d2..08b5a4e 100644 --- a/src/worker.cc +++ b/src/worker.cc @@ -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));