summaryrefslogtreecommitdiff
path: root/libparted/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/exception.c')
-rw-r--r--libparted/exception.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparted/exception.c b/libparted/exception.c
index 46e08b2..4a7dcc7 100644
--- a/libparted/exception.c
+++ b/libparted/exception.c
@@ -22,7 +22,7 @@
* \addtogroup PedException
*
* \brief Exception handling.
- *
+ *
* There are a few types of exceptions: PED_EXCEPTION_INFORMATION,
* PED_EXCEPTION_WARNING, PED_EXCEPTION_ERROR, PED_EXCEPTION_FATAL,
* PED_EXCEPTION_BUG.
@@ -214,7 +214,7 @@ do_throw ()
* Throw an exception.
*
* You can also use this in a program using libparted.
- * "message" is a printf-like format string, so you can do
+ * "message" is a printf-like format string, so you can do
*
* \code
* ped_exception_throw (PED_EXCEPTION_ERROR, PED_EXCEPTION_RETRY_CANCEL,