Skip to content

Commit 1bc4f76

Browse files
committed
fixed info text
1 parent fddd4f8 commit 1bc4f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/sound/PDPatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void PDPatch::drawObjectNodeConfig(){
312312
}
313313

314314
ImGuiEx::ObjectInfo(
315-
"Pure Data ( Vainilla ) patch container with inlets and outlets. As for live coding, with this object you can live patching, passing in real time and in both directions audio and data cables.",
315+
"Pure Data ( Pd-Vanilla ) patch container with inlets and outlets. As for live coding, with this object you can live patching, passing in real time and in both directions audio and data cables.",
316316
"https://mosaic.d3cod3.org/reference.php?r=pd-patch", scaleFactor);
317317

318318
// file dialog

0 commit comments

Comments
 (0)