Skip to content

Commit 1dd8922

Browse files
committed
more typo fixes from proofreading the ebook version
1 parent 8f9734d commit 1dd8922

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5896,7 +5896,7 @@ <h3>Open source log aggregators</h3>
58965896
</li>
58975897
<li>
58985898
<p><a href="http://logstash.net/">Logstash</a> Similar to Graylog2, logstash offers
5899-
features to programatically configure log data workflows.</p>
5899+
features to programmatically configure log data workflows.</p>
59005900
</li>
59015901
<li>
59025902
<p><a href="https://github.com/facebook/scribe">Scribe</a> A project written by Facebook

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-07-24T19:51:28Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-07-25T08:27:38Z</updated></feed>

logging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>Open source log aggregators</h3>
7979
</li>
8080
<li>
8181
<p><a href="http://logstash.net/">Logstash</a> Similar to Graylog2, logstash offers
82-
features to programatically configure log data workflows.</p>
82+
features to programmatically configure log data workflows.</p>
8383
</li>
8484
<li>
8585
<p><a href="https://github.com/facebook/scribe">Scribe</a> A project written by Facebook

source/content/pages/07-web-app-deployment/14-logging.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ certain threshold.
5555
in Elasticache.
5656

5757
* [Logstash](http://logstash.net/) Similar to Graylog2, logstash offers
58-
features to programatically configure log data workflows.
58+
features to programmatically configure log data workflows.
5959

6060
* [Scribe](https://github.com/facebook/scribe) A project written by Facebook
6161
to aggregate logs. It's designed to run on multiple servers and scale with

0 commit comments

Comments
 (0)