summaryrefslogtreecommitdiffstats
path: root/src/recording
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-06-10 15:36:24 -0400
committerluz paz <luzpaz@users.noreply.github.com>2018-06-12 17:23:14 -0400
commit519aaade57b580b914099164a38e72b53371786f (patch)
treed65d8643aa8e61a89b32dc702890537d7bef1f7d /src/recording
parentf9dd3ebe76d0e89ce08d614292920cafdbee146d (diff)
Found more typos
Diffstat (limited to 'src/recording')
-rw-r--r--src/recording/recordingmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recording/recordingmanager.cpp b/src/recording/recordingmanager.cpp
index 0e3f5e3eb6..97221329a3 100644
--- a/src/recording/recordingmanager.cpp
+++ b/src/recording/recordingmanager.cpp
@@ -262,7 +262,7 @@ void RecordingManager::slotBytesRecorded(int bytes)
if (dfree > MIN_DISK_FREE) {
m_dfSilence = false;
} else if (m_dfSilence != true) {
- // surpress further warnings until the situation has cleared
+ // suppress further warnings until the situation has cleared
m_dfSilence = true;
// we run out of diskspace and should warn the user.
// FIXME(poelzi) temporary display a error message. Replace this with Message Infrastructure when ready