qulogic/talkatu

Fix some typos and formatting

2019-07-19, Gary Kramlich
4b987b9f6c7b
Parents 8da1a131a03b
Children 574fdc7924ce
Fix some typos and formatting
--- a/talkatu/talkatubuffer.c Fri Jul 19 09:02:01 2019 -0500
+++ b/talkatu/talkatubuffer.c Fri Jul 19 16:39:22 2019 -0500
@@ -49,8 +49,11 @@
/**
* TalkatuBufferClass:
- * @insert_markup: The insert_markup vfunc is called to insert already rendered text into the #TalkatuBuffer.
- * @create_action_group: The create_action_group vfunc is called to get a #GSimpleAction group of actions that the #TalkatuBuffer supports.
+ * @insert_markup: The insert_markup vfunc is called to insert already rendered
+ * text into the #TalkatuBuffer.
+ * @create_action_group: The create_action_group vfunc is called to get a
+ * #GSimpleAction group of actions that the
+ * #TalkatuBuffer supports.
*
* The backing class to #TalkatuBuffer.
*/
@@ -690,4 +693,4 @@
gtk_text_buffer_get_bounds(GTK_TEXT_BUFFER(buffer), &start, &end);
return gtk_text_iter_equal(&start, &end);
-}
\ No newline at end of file
+}
--- a/talkatu/talkatueditor.c Fri Jul 19 09:02:01 2019 -0500
+++ b/talkatu/talkatueditor.c Fri Jul 19 16:39:22 2019 -0500
@@ -41,7 +41,7 @@
* TalkatuEditor:
*
* A composite widget that contains a #TalkatuToolbar, #TalkatuView, and an
- * optional send button in the command instant messaging input layout.
+ * optional send button in the common instant messaging input layout.
*/
struct _TalkatuEditor {
GtkBox parent;