redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Typo in cloudfsapi.h #81

Open Olen opened 8 years ago

Olen commented 8 years ago

diff --git a/cloudfsapi.h b/cloudfsapi.h index 19bba2e..0f3ec5e 100644 --- a/cloudfsapi.h +++ b/cloudfsapi.h @@ -26,7 +26,7 @@ typedef struct dir_entry void cloudfs_init(); void cloudfs_set_credentials(char username, char tenant, char password, char authurl, char region, int use_snet); -int cloufds_connect(); +int cloudfs_connect(); int cloudfs_tenant_info(struct statvfs stat); int cloudfs_object_read_fp(const char path, FILE fp); int cloudfs_object_write_fp(const char path, FILE fp);