doc: fix typos

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
dev
Maxime Roussin-Bélanger 4 years ago
parent 1d009c248e
commit 4cff869a4f
  1. 2
      doc/scripts/gdb/flight_rec.py
  2. 4
      doc/sphinx/toc/libweston/log.rst
  3. 2
      doc/sphinx/toc/libweston/output.rst

@ -52,7 +52,7 @@ class DisplayFlightRecorder(gdb.Command):
# display this data (only) if symbol is not empty (happens if the program is not ran at all) # display this data (only) if symbol is not empty (happens if the program is not ran at all)
if rb.value(): if rb.value():
print("Data at byte {append}, Size: {size}B, " print("Data at byte {append}, Size: {size}B, "
"Overlaped: {overlap}".format(append=rb.value()['append_pos'], "Overlapped: {overlap}".format(append=rb.value()['append_pos'],
size=rb.value()['size'], size=rb.value()['size'],
overlap=rb.value()['overlap'])) overlap=rb.value()['overlap']))

@ -109,7 +109,7 @@ initial/original one.
.. note:: .. note::
The subscription process is (an) internal API and is managed implictly. The subscription process is (an) internal API and is managed implicitly.
When a scope is being destroyed the subscriptions for this scope will be When a scope is being destroyed the subscriptions for this scope will be
destroyed as well. destroyed as well.
@ -117,7 +117,7 @@ destroyed as well.
Logger Logger
~~~~~~ ~~~~~~
weston uses a logger type of a subscriber for logging everyhing in the code weston uses a logger type of a subscriber for logging everything in the code
(through the help of :func:`weston_log()`). The subscriber method (through the help of :func:`weston_log()`). The subscriber method
(:func:`weston_log_subscriber_create_log()`) takes an :samp:`FILE *` as an (:func:`weston_log_subscriber_create_log()`) takes an :samp:`FILE *` as an
argument in case the std :samp:`stdout` file-descriptor is not where the data argument in case the std :samp:`stdout` file-descriptor is not where the data

@ -7,7 +7,7 @@ A :type:`weston_output` determines what part of the global compositor
coordinate space will be composited into an image and when. That image is coordinate space will be composited into an image and when. That image is
presented on the attached heads (weston_head). presented on the attached heads (weston_head).
An output object is resposible for the framebuffer management, damage tracking, An output object is responsible for the framebuffer management, damage tracking,
display timings, and the repaint state machine. Video mode, output scale and display timings, and the repaint state machine. Video mode, output scale and
output transform are properties of an output. output transform are properties of an output.

Loading…
Cancel
Save