summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/habits.cpp
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-31 14:54:00 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-31 14:54:00 -0800
commitc78c16870ec27b9129bfa9efbe21333ba662598c (patch)
treecdd1f360a88b420dcb278660b38eb62c78dd3d6a /starts/meaning-vm/level-2/habits.cpp
parent31d3f209e6a4a8ea8ffbce61bf0f587f911d0afe (diff)
downloadstandingwithresilience-c78c16870ec27b9129bfa9efbe21333ba662598c.tar.gz
standingwithresilience-c78c16870ec27b9129bfa9efbe21333ba662598c.zip
although level2 is broken, I'm merging to put friend on trunk, helps me understand i am preserving them
Diffstat (limited to 'starts/meaning-vm/level-2/habits.cpp')
-rw-r--r--starts/meaning-vm/level-2/habits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-2/habits.cpp b/starts/meaning-vm/level-2/habits.cpp
index 520ec5c..49a48a3 100644
--- a/starts/meaning-vm/level-2/habits.cpp
+++ b/starts/meaning-vm/level-2/habits.cpp
@@ -157,7 +157,7 @@ void createhabits()
s.link(t, dst);
});
- ahabit(link-crucial, ((souce, s), (type, t), (target, dst)),
+ ahabit(link-crucial, ((source, s), (type, t), (target, dst)),
{
result = s.crucial(t, dst);
});