diff --git a/htdocs/monitor.php b/htdocs/monitor.php index b1293b8..1999fc5 100644 --- a/htdocs/monitor.php +++ b/htdocs/monitor.php @@ -24,7 +24,7 @@ $results = $app['server']->query($query,null); if (! isset($attrs['monitorcontext']) || ! count($results)) system_message(array( 'title'=>_('Monitoring context does not exist'), - 'body'=>sprintf('%s: %s',_('Could not optain the monitor context for this server'),$app['server']->getName()), + 'body'=>sprintf('%s: %s',_('Could not obtain the monitor context for this server'),$app['server']->getName()), 'type'=>'warn'),'index.php'); printf('

%s%s

',_('Monitor info for: '),$app['server']->getName());