[sr-dev] git:5.3:e10b3040: Fix typo on app_jsdt module: Consecutives 'the'
Henning Westerholt
hw at skalatan.de
Fri Oct 2 15:51:59 CEST 2020
Module: kamailio
Branch: 5.3
Commit: e10b3040730181ddb7ae3d4dd7353e62260f83f4
URL: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e62260f83f4
Author: Jorge Vallecillo <jorgevallecilloc at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-02T13:51:45Z
Fix typo on app_jsdt module: Consecutives 'the'
---
Modified: src/modules/app_jsdt/duktape.c
---
Diff: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e62260f83f4.diff
Patch: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e62260f83f4.patch
---
diff --git a/src/modules/app_jsdt/duktape.c b/src/modules/app_jsdt/duktape.c
index c3781f766f..81363cec7a 100644
--- a/src/modules/app_jsdt/duktape.c
+++ b/src/modules/app_jsdt/duktape.c
@@ -19523,7 +19523,7 @@ DUK_EXTERNAL void *duk_require_buffer(duk_hthread *thr, duk_idx_t idx, duk_size_
}
/* Get the active buffer data area for a plain buffer or a buffer object.
- * Return NULL if the the value is not a buffer. Note that a buffer may
+ * Return NULL if the value is not a buffer. Note that a buffer may
* have a NULL data pointer when its size is zero, the optional 'out_isbuffer'
* argument allows caller to detect this reliably.
*/
@@ -54271,7 +54271,7 @@ DUK_INTERNAL duk_uint_fast32_t duk_hobject_pc2line_query(duk_hthread *thr, duk_i
* duk_tval copies is not problematic with respect to side effects;
* care must be taken when holding and using argument duk_tval pointers.
*
- * - If a finalizer is executed, it may operate on the the same object
+ * - If a finalizer is executed, it may operate on the same object
* we're currently dealing with. For instance, the finalizer might
* delete a certain property which has already been looked up and
* confirmed to exist. Ideally finalizers would be disabled if GC
More information about the sr-dev
mailing list