./PP.rb in aliens-1.0.77 vs ./PP.rb in aliens-1.0.79
- old
+ new
@@ -992,11 +992,11 @@
#abort CSS
# for i in aarch64-linux-musl aarch64-windows-gnu aarch64-macos thumb-linux-musleabihf wasm32-wasi-musl x86_64-linux-musl x86_64-windows-gnu x86_64-macos; do zig cc -target $i -o $i out.c; done
OUT = +""
-CYCLE_OF_ETHICAL_BEHAVIOUR = "How to Operate in Life, the best methodology
+CYCLE_OF_ETHICAL_BEHAVIOR = "How to Operate in Life, the best methodology
1. Fixate
2. Worsen social relations
3. Find and take environmental data, research could be done, no “moral” or “ethical” limitations.
4. Fix existential limitations problem for group.
5. Become somewhat “sane” again.
@@ -1178,11 +1178,11 @@
<b>HOW TO OPERATE</b>
This is how to operate in order to change things and be effective.
-#{CYCLE_OF_ETHICAL_BEHAVIOUR}"
+#{CYCLE_OF_ETHICAL_BEHAVIOR}"
EOF
%w[hi yo hey sup].each do |i|
HASH[i] = HASH["hello"]
@@ -1192,11 +1192,11 @@
%w[god hell heaven purgatory].each do |i|
HASH[i] = HASH["religion"]
end
%w[operation operate conduct work lone-wolf apply fix].each do |i|
- HASH[i] = CYCLE_OF_ETHICAL_BEHAVIOUR
+ HASH[i] = CYCLE_OF_ETHICAL_BEHAVIOR
end; L = %w[
sick sickness adhd add ocd symptoms psych psychs doctor doctors illness illnesses mental trouble troubles psychosis health healthy
trauma traumas distress distresses disturbance disturbances suffering issues pain sufferings ptsd anxiety anxieties depress depression depressions symptom psychosomatic psychology psyches psychologies psychiatries
].freeze
@@ -2311,10 +2311,10 @@
static void focus_loc_bar(void) { gtk_widget_grab_focus(entry); }
static const char *const MENU_ITEMS[] = {
"To help people",
"Donate at gregorycohenvideos@gmail.com via PayPal or e-transfer",
- #{ABOUT.dump}, #{CYCLE_OF_ETHICAL_BEHAVIOUR.dump}
+ #{ABOUT.dump}, #{CYCLE_OF_ETHICAL_BEHAVIOR.dump}
};
#if 0
static void append_non_markup(const char* input_text) {