From 1e0d4cf13052876168bbc627ced4fcf949890472 Mon Sep 17 00:00:00 2001 From: Marco Mariani Date: Mon, 15 Oct 2012 10:56:23 +0200 Subject: [PATCH] typos --- slapos/README.console.txt | 2 +- slapos/README.slap.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slapos/README.console.txt b/slapos/README.console.txt index 7322691ac..c01904905 100644 --- a/slapos/README.console.txt +++ b/slapos/README.console.txt @@ -98,5 +98,5 @@ Examples >>> # Fetch existing instance status >>> request(kvm, "myuniquekvm").getState() - >>> # Fetch instance informations on already launched instance + >>> # Fetch instance information on already launched instance >>> request(kvm, "myuniquekvm").getConnectionParameter("url") diff --git a/slapos/README.slap.txt b/slapos/README.slap.txt index 45bda30db..82b6fee92 100644 --- a/slapos/README.slap.txt +++ b/slapos/README.slap.txt @@ -16,7 +16,7 @@ How it works The SLAP main server which is in charge of service coordination receives from participating servers the number of computer paritions which are available, the type of resource which a party is ready provide, and request from parties for resources which are needed. -Each participating server is identified by a unique ID and runs a slap-server daemon. This dameon collects from the main server the installation tasks and does the installation of resources, then notifies the main server of completion whenever a resource is configured, installed and available. +Each participating server is identified by a unique ID and runs a slap-server daemon. This daemon collects from the main server the installation tasks and does the installation of resources, then notifies the main server of completion whenever a resource is configured, installed and available. The data structure on the main server is the following: -- 2.25.1