From b01acad08e251f162a37209038074486b1a76a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 2 Dec 2014 22:57:30 +0200 Subject: [PATCH] spell correction for the word info --- NEWS | 4 ++-- README.Interp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7447f3b..12d1a75 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ the interpreter specific detection. Since most interpreter languages allow dynamic source code loading (eval) and we are using a home made source parcing there is a reasonable possibility to miss outdated source files. -More informations: README.Interp +More information: README.Interp kernel upgrades @@ -19,7 +19,7 @@ kernel upgrades Needrestart tries to detect if an pending kernel upgrade is available. It will only suggest a reboot. -More informations: README.Kernel +More information: README.Kernel UI diff --git a/README.Interp b/README.Interp index 40bc24f..3a96b64 100644 --- a/README.Interp +++ b/README.Interp @@ -10,7 +10,7 @@ used to detect the running interpreter. Whenever source files where located their ctime values are retrieved. If any of the source files has been changed after process creation time a restart of the pid is triggered. This is no perfect valuation since -there are no inode informations like for loaded binary objects nor has +there are no inode information like for loaded binary objects nor has needrestart any chance to get a verified list of sourced files..