Skip to content

Commit

Permalink
Merge pull request #6 from camptocamp/spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
fredj authored May 31, 2017
2 parents f2b88a2 + 09ad572 commit 3181905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acceptance_tests/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ A sample acceptance test image
==============================

This directory is used to build a Docker image that runs acceptance
tests agains the sample application.
tests against the sample application.

When a container is run with this image, it will start tests. A typical
test session runs like that:
Expand Down
2 changes: 1 addition & 1 deletion c2cwsgiutils_genversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _get_packages_version():
name, version = matcher.groups()
result[name] = version
else:
print("Cannot parse pacakge version: " + comp)
print("Cannot parse package version: " + comp)
return result


Expand Down
4 changes: 2 additions & 2 deletions docs/monitoring_presentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
* Several high visibility customer projects
* Irregular loads
* Continuous deployment could introduce higher loads
* Availablity requirement
* Availability requirement
* The current CPU/load level monitoring is not enough (granularity)
* Who needs metric?
* Sysadmin (sizing, what is broken)
Expand Down Expand Up @@ -108,7 +108,7 @@

# Structured logging

* CEE allows to stucture the logs using JSON
* CEE allows to structure the logs using JSON
* Allows better filtering and analysis downstream
* Some project generate more the 1000 logs/seconds

Expand Down

0 comments on commit 3181905

Please sign in to comment.