We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e897ae commit ad3ad7cCopy full SHA for ad3ad7c
src/wrapper/refs_wrapper.hpp
@@ -51,7 +51,7 @@ W reference_wrapper::peel() const
51
}
52
}();
53
54
- using resource_type = typename W::resoure_type;
+ using resource_type = typename W::resource_type;
55
git_object* resource = nullptr;
56
throw_if_error(git_reference_peel(&resource, this->p_resource, obj_type));
57
return W(reinterpret_cast<resource_type*>(resource));
0 commit comments