Typo: occurences -> occurrences
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 25 Oct 2021 15:32:24 +0000 (11:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Oct 2021 20:36:14 +0000 (16:36 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I719e26febd639f3b047b6aa6361fc6734088e871

configure.ac
src/bin/lttng-relayd/live.c
src/bin/lttng-sessiond/event-notifier-error-accounting.c
src/bin/lttng-sessiond/ust-app.c
tests/utils/utils.sh

index 12cc7a17ed79a85ebedf0436dc420f02348c239f..27148c10583e37387b160983e7af581b774dfe5f 100644 (file)
@@ -253,7 +253,7 @@ AS_IF([test "x$libtool_fixup" = "xyes"],
            [
            libtool_m4="$srcdir/m4/libtool.m4"
            libtool_flag_pattern=".*link_all_deplibs\s*,\s*\$1\s*)"
-           AC_MSG_CHECKING([for occurence(s) of link_all_deplibs = no in $libtool_m4])
+           AC_MSG_CHECKING([for occurrence(s) of link_all_deplibs = no in $libtool_m4])
            libtool_flag_pattern_count=$($GREP -c "$libtool_flag_pattern\s*=\s*no" $libtool_m4)
            AS_IF([test $libtool_flag_pattern_count -ne 0],
            [
index 13078026b220b7e3f9e6c3e1c8a0e3009e3e7766..42b0d947e2072881662a5024a589409db6766d19 100644 (file)
@@ -2036,7 +2036,7 @@ int viewer_get_metadata(struct relay_connection *conn)
 
        /*
         * Either this is the first time the metadata file is read, or a
-        * rotation of the corresponding relay stream has occured.
+        * rotation of the corresponding relay stream has occurred.
         */
        if (!vstream->stream_file.handle && len > 0) {
                struct fs_handle *fs_handle;
index d3e3692f53e2b1bb60c979582d965db48de9e82b..1488d801c8f360cef8a341a2c4d5cbaa1156223f 100644 (file)
@@ -488,7 +488,7 @@ error_create_counter_data:
        lttng_ust_ctl_destroy_counter(daemon_counter);
 error_create_daemon_counter:
 error_shm_alloc:
-       /* Error occured before per-cpu SHMs were handed-off to ustctl. */
+       /* Error occurred before per-cpu SHMs were handed-off to ustctl. */
        if (cpu_counter_fds) {
                for (i = 0; i < entry->nr_counter_cpu_fds; i++) {
                        if (cpu_counter_fds[i] < 0) {
index b18988560f7f8e1a5906b228732beb515fcf54bc..28c63e70c9b89521f458536946c00ed574f42a48 100644 (file)
@@ -1342,7 +1342,7 @@ static struct ust_app_event_notifier_rule *alloc_ust_app_event_notifier_rule(
        case LTTNG_EVENT_RULE_GENERATE_EXCLUSIONS_STATUS_NONE:
                break;
        default:
-               /* Error occured. */
+               /* Error occurred. */
                ERR("Failed to generate exclusions from trigger while allocating an event notifier rule");
                goto error_put_trigger;
        }
index e463e4fe34476eb347a370a19c827dce7b68eb98..42d99444fc8e1c4d977f69aab80435da1a50043e 100644 (file)
@@ -1921,7 +1921,7 @@ function validate_trace
                        pass "Validate trace for event $i, $traced events"
                else
                        fail "Validate trace for event $i"
-                       diag "Found $traced occurences of $i"
+                       diag "Found $traced occurrences of $i"
                fi
        done
        ret=$?
@@ -1949,7 +1949,7 @@ function validate_trace_count
                        pass "Validate trace for event $i, $traced events"
                else
                        fail "Validate trace for event $i"
-                       diag "Found $traced occurences of $i"
+                       diag "Found $traced occurrences of $i"
                fi
                cnt=$(($cnt + $traced))
        done
@@ -1979,7 +1979,7 @@ function validate_trace_count_range_incl_min_excl_max
                        pass "Validate trace for event $i, $traced events"
                else
                        fail "Validate trace for event $i"
-                       diag "Found $traced occurences of $i"
+                       diag "Found $traced occurrences of $i"
                fi
                cnt=$(($cnt + $traced))
        done
@@ -2013,7 +2013,7 @@ function validate_trace_exp()
                pass "Validate trace for expression '${event_exp}', $traced events"
        else
                fail "Validate trace for expression '${event_exp}'"
-               diag "Found $traced occurences of '${event_exp}'"
+               diag "Found $traced occurrences of '${event_exp}'"
        fi
        ret=$?
        return $ret
This page took 0.030489 seconds and 4 git commands to generate.