summaryrefslogtreecommitdiff
path: root/subversion/bindings/javahl/native/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/bindings/javahl/native/Path.h')
-rw-r--r--subversion/bindings/javahl/native/Path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/bindings/javahl/native/Path.h b/subversion/bindings/javahl/native/Path.h
index 2959a42..d23261e 100644
--- a/subversion/bindings/javahl/native/Path.h
+++ b/subversion/bindings/javahl/native/Path.h
@@ -41,7 +41,7 @@ class Path
// The path to be stored.
std::string m_path;
- svn_error_t *m_error_occured;
+ svn_error_t *m_error_occurred;
/**
* Initialize the class.
@@ -90,7 +90,7 @@ class Path
*/
const char *c_str() const;
- svn_error_t *error_occured() const;
+ svn_error_t *error_occurred() const;
/**
* Returns whether @a path is non-NULL and passes the @c