Skip to content

Commit c42f652

Browse files
committed
Fix typos
1 parent 716cede commit c42f652

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/gr.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def inqdspsize
137137
# * 371 : Gtk
138138
# * 380 : wxWidgets
139139
# * 381 : Qt4
140-
# * 382 : Scaleable Vector Graphics (SVG)
140+
# * 382 : Scalable Vector Graphics (SVG)
141141
# * 390 : Windows Metafile
142142
# * 400 : Quartz
143143
# * 410 : Socket driver
@@ -519,7 +519,7 @@ def inqlinecolorind
519519
inquiry_int { |pt| super(pt) }
520520
end
521521

522-
# Specifiy the marker type for polymarkers.
522+
# Specify the marker type for polymarkers.
523523
#
524524
# @param style [Integer] The polymarker marker type
525525
# * 1 : MARKERTYPE_DOT - Smallest displayable dot

lib/gr3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def createindexedmesh(num_vertices, vertices, normals, colors, num_indices, indi
288288
#
289289
# This function does not return an error code, because of its asynchronous
290290
# nature. If gr3_getpixmap_() returns a GR3_ERROR_OPENGL_ERR, this might be
291-
# caused by this function saving unuseable data into the draw list.
291+
# caused by this function saving unusable data into the draw list.
292292
#
293293
# @param mesh [Integer] The mesh to be drawn
294294
# @param n [Integer] The number of meshes to be drawn

0 commit comments

Comments
 (0)