From 33442f4dc7cee156323420ac944e05ce8ccb0c63 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 16 May 2009 21:44:21 +0000 Subject: [PATCH] fixed typo git-svn-id: trunk@19984 - --- components/daemon/reglazdaemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/daemon/reglazdaemon.pp b/components/daemon/reglazdaemon.pp index 6fa857e10b..7b2eb09ad3 100644 --- a/components/daemon/reglazdaemon.pp +++ b/components/daemon/reglazdaemon.pp @@ -66,7 +66,7 @@ uses daemonapp; Resourcestring SDaemonApps = 'Daemon (service) applications'; SDaemonAppName = 'Daemon (service) application'; - SDaemonAppDescr = 'Daemon (service) application are non-gui applications that run in the backrgound.'; + SDaemonAppDescr = 'Daemon (service) application are non-gui applications that run in the background.'; SDaemonName = 'Daemon Module'; SDaemonDescr = 'Daemon Module for inclusion in a daemon application'; SDaemonMapperName = 'Daemon mapper';