summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-11 13:00:02 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-11 13:00:02 +0100
commit1c663ea116121469e37ad2cb9480387c16c0236b (patch)
tree06bf80d81f47d0c81b9cbdbccf7da9db61490022 /include/value.h
parent1efade1a7667e4e1a34265fb3cf310faf8c80bb6 (diff)
fixed memory leak when executing php code using the Opcodes class, fixed possible double-free when path passed to File class was absolute, added extra constructors to the File class
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index 9447fc8..363779d 100644
--- a/include/value.h
+++ b/include/value.h
@@ -405,7 +405,7 @@ public:
char *reserve(size_t size);
/**
- * Get access to the raw buffer for read operationrs.
+ * Get access to the raw buffer for read operations.
* @return const char *
*/
const char *rawValue() const;