rpcd: fix mistype deamon -> daemon
authorAlexander Couzens <lynxis@fe80.eu>
Thu, 25 Aug 2016 01:13:46 +0000 (03:13 +0200)
committerAlexander Couzens <lynxis@fe80.eu>
Thu, 25 Aug 2016 01:15:05 +0000 (03:15 +0200)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
docs/rpcd.txt

index 3756ee3c282a5fe5a649b1f724eec590694c7c12..407e458670f23b26bfaaf27d944d3d60e13752b6 100644 (file)
@@ -5,9 +5,9 @@ RPC daemon
 
 == RPC daemon
 
-In 'LEDE' we commonly use 'ubus' for all kinds of communication. It can provide info from various software as well as request various actions. Nevertheless, not every part of 'LEDE' has a deamon that can register itself using 'ubus'. For an example 'uci' and 'opkg' are command-line tools without any background process running all the time.
+In 'LEDE' we commonly use 'ubus' for all kinds of communication. It can provide info from various software as well as request various actions. Nevertheless, not every part of 'LEDE' has a daemon that can register itself using 'ubus'. For an example 'uci' and 'opkg' are command-line tools without any background process running all the time.
 
-It would be not efficient to write a deamon for every software like this and run them independently. This is why 'rpcd' was developed. It's a tiny deamon with support for plugins using trivial 'API'. It loads library `.so` files and calls init function of each of them.
+It would be not efficient to write a daemon for every software like this and run them independently. This is why 'rpcd' was developed. It's a tiny daemon with support for plugins using trivial 'API'. It loads library `.so` files and calls init function of each of them.
 
 === Default plugins