Skip to content

Commit 32b5b69

Browse files
author
Shuhei Tanuma
committed
fixed typo
1 parent 2def957 commit 32b5b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ PHP_METHOD(git2_repository, __construct)
9393
}
9494

9595
m_repository->repository = repository;
96-
php_git_add_protected_property_string_ex(getThis(),
96+
php_git2_add_protected_property_string_ex(getThis(),
9797
"path",sizeof("path"),
9898
git_repository_path(repository),
9999
1 TSRMLS_CC);
@@ -401,4 +401,4 @@ void php_git2_repository_init(TSRMLS_D)
401401
INIT_NS_CLASS_ENTRY(ce, PHP_GIT2_NS, "Repository", php_git2_repository_methods);
402402
git2_repository_class_entry = zend_register_internal_class(&ce TSRMLS_CC);
403403
git2_repository_class_entry->create_object = php_git2_repository_new;
404-
}
404+
}

0 commit comments

Comments
 (0)