Skip to content

Commit d53b932

Browse files
author
jwarnier
committed
Fix typo.
1 parent beb1727 commit d53b932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/monitor_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function get_distname() {
181181
$distbaseid = 'gentoo';
182182

183183
} else {
184-
die('unrecognized linux distribution');
184+
die('unrecognized Linux distribution');
185185
}
186186

187187
return array('name' => $distname, 'version' => $distver, 'id' => $distid, 'baseid' => $distbaseid);

0 commit comments

Comments
 (0)