Fix typo in StorageBackend::new()

This commit is contained in:
Matthias Beyer 2015-11-20 15:34:06 +01:00
parent 7e86394b3c
commit 2af5f404f4

View file

@ -16,7 +16,7 @@ pub struct StorageBackend<'a> {
impl<'a> StorageBackend<'a> {
fn new(bashpath: String, module: &'a Module) -> StorageBackend<'a> {
fn new(basepath: String, module: &'a Module) -> StorageBackend<'a> {
StorageBackend {
basepath: basepath,
module: module,