diff options
Diffstat (limited to 'src/rpc/system.rs')
-rw-r--r-- | src/rpc/system.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/system.rs b/src/rpc/system.rs index 77b79864..f9f2970b 100644 --- a/src/rpc/system.rs +++ b/src/rpc/system.rs @@ -105,7 +105,7 @@ pub struct System { /// The job runner of this node pub background: Arc<BackgroundRunner>, - /// Path to metadata directory (usefull) + /// Path to metadata directory pub metadata_dir: PathBuf, } |