summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2018-08-25 21:12:45 -0500
committerRyan Schmidt <git@ryandesign.com>2018-08-25 21:12:45 -0500
commit9c3387e5c1eaf9625c8f64135a4eb53c0e4902d3 (patch)
treefe7973963507ec515ac2a170a6569ffb9ab7a09c /doc
parentb1dce0571a1e071a1b5f0a3ba8591a5f2243f0d7 (diff)
Change "eg." to "e.g."
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/probe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt
index 975ff0e..6997000 100644
--- a/doc/doxygen/probe.txt
+++ b/doc/doxygen/probe.txt
@@ -45,7 +45,7 @@ The RtAudio::DeviceInfo structure is defined in RtAudio.h and provides a variety
bool isDefaultOutput; // true if this is the default output device.
bool isDefaultInput; // true if this is the default input device.
std::vector<unsigned int> sampleRates; // Supported sample rates.
- unsigned int preferredSampleRate; // Preferred sample rate, eg. for WASAPI the system sample rate.
+ unsigned int preferredSampleRate; // Preferred sample rate, e.g. for WASAPI the system sample rate.
RtAudioFormat nativeFormats; // Bit mask of supported data formats.
};
\endcode