summaryrefslogtreecommitdiff
path: root/librelogo
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2013-07-16 16:47:07 +0200
committerLászló Németh <nemeth@numbertext.org>2013-07-16 16:51:28 +0200
commit2bbf5d5bcffd2218f6b48fdfa4965735cbd4dd68 (patch)
tree6bbcb037bc3337f863c7d1518807ea358e819404 /librelogo
parent828ebc542b980fce90e70459eb2d13e6eeecc355 (diff)
fix misleading typos in librelogo/changelog
Change-Id: If6adf5c46b6fbdb9ae051c11125fb9fb690acf7b
Diffstat (limited to 'librelogo')
-rw-r--r--librelogo/source/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/librelogo/source/ChangeLog b/librelogo/source/ChangeLog
index e056c196df6c..9a9af0c544f5 100644
--- a/librelogo/source/ChangeLog
+++ b/librelogo/source/ChangeLog
@@ -1,9 +1,9 @@
2013-07-15 László Németh:
- * optional named PICTURE blocks: PICTURE "name" [ CIRCLE 5 ]
+ * optional named PICTURE blocks: PICTURE 'name' [ CIRCLE 5 ]
* save PICTURE as cropped SVG file using path names, for example:
- PICTURE "example.svg" [ CIRCLE 5 CIRCLE 20 ] ; save in the home directory
- PICTURE "/home/user/example.svg" [ CIRCLE 10 ] ; absolute path (on Linux)
- PICTURE "tmp/example.svg" [ CIRCLE 10 ] ; relative to the home directory
+ PICTURE 'example.svg' [ CIRCLE 5 CIRCLE 20 ] ; save in the home directory
+ PICTURE '/home/user/example.svg' [ CIRCLE 10 ] ; absolute path (on Linux)
+ PICTURE 'tmp/example.svg' [ CIRCLE 10 ] ; relative to the home directory
* support hexadecimal arguments
2013-06-26 László Németh