16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
$OpenBSD: patch-ethos_ethos-manager_c,v 1.1 2010/12/02 13:52:09 jasper Exp $
|
|
|
|
Fix typo.
|
|
|
|
--- ethos/ethos-manager.c.orig Thu Dec 2 14:50:48 2010
|
|
+++ ethos/ethos-manager.c Thu Dec 2 14:51:08 2010
|
|
@@ -186,7 +186,7 @@ ethos_manager_discover_plugin_loaders (EthosManager *m
|
|
}
|
|
|
|
if (!(dir = g_dir_open (loaders_dir, 0, NULL))) {
|
|
- g_warning ("plugin-loaders directory not accessable: %s",
|
|
+ g_warning ("plugin-loaders directory not accessible: %s",
|
|
loaders_dir);
|
|
return NULL;
|
|
}
|